dataset_CBNT

Version 1.20 07jun05


Introduction

This package priovides a concrete Dataset that describes an ATLAS combined ntuple.

The dataset system is described at http://www.usatlas.bnl.gov/~dladams/dataset

ATLAS combined ntuples are described at Athena implementation


Dependencies

Dependencies are listed in the CTEST COMPONENTS and CMT requirements files.


Status

Version.
Change log.


Components

The components here are listed in dependency order. Each component depends only on those listed above it. The test associated with each component is a main program that returns zero if the component is working properly.

Components may have test headers. These are included in the test source and may be included in tests of other components. They should not be included in any non-test sources.

HbookFile (header, source, test) - Holds a logical file refering to an HBOOK file. Provides access to some HBOOK functions for manipulating the file.

HbookDataset (header, source, test) - Dataset corresponding to a single HBOOK file.

CbntDataset (header, source, test) - Combined ntuple dataset.

process_cbnt (header, source, test header, test) - Function that processes a dataset using an initialization script and an event-processing subroutine.

The test header generates code to histogram run and event numbers.

Binaries

make_cbnt_dataset (source, test)

Executable to create an XML description of a CBNT dataset from a local file. For now, the dataset is only valid on the node where it is created because the local file catalog is used.

Use option -h for help.


dladams@bnl.gov