useDataProduct: Use an Art Data Product

Description Usage Arguments Value Examples

Description

Before you read data, you must declare what data products you want to read. You pass in the full C++ name of the object, including wrapped in std::vector<> if necessary. Note that you may need to look at your console output for error messages.

Usage

1
useDataProduct(dataProductString)

Arguments

dataProductString

The data product (perhaps with std::vector) that you want to use

Value

Nothing

Examples

1
2
3
4
5
## Not run: 
useDataProduct('std::vector<gm2truth::GhostDetectorArtRecord>')
useDataProduct('gm2info::SpecialEventInfoRecord')

## End(Not run)

lyon-fnal/readGallery documentation built on May 21, 2019, 9:16 a.m.