All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
RecoProxyUsageExample::Config Struct Reference

Public Attributes

fhicl::Atom< art::InputTag > trackInputTag
 
fhicl::Atom< art::InputTag > vertexInputTag
 
fhicl::Atom< art::InputTag > mcsInputTag
 

Detailed Description

Definition at line 40 of file RecoProxyUsageExample_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> RecoProxyUsageExample::Config::mcsInputTag
Initial value:
{
fhicl::Name("mcsInputTag"),
fhicl::Comment("data product tag for track momentum reconstruction")
}

Definition at line 49 of file RecoProxyUsageExample_module.cc.

fhicl::Atom<art::InputTag> RecoProxyUsageExample::Config::trackInputTag
Initial value:
{
fhicl::Name("trackInputTag"),
fhicl::Comment("data product tag for tracks")
}

Definition at line 41 of file RecoProxyUsageExample_module.cc.

fhicl::Atom<art::InputTag> RecoProxyUsageExample::Config::vertexInputTag
Initial value:
{
fhicl::Name("vertexInputTag"),
fhicl::Comment("data product tag for vertices")
}

Definition at line 45 of file RecoProxyUsageExample_module.cc.


The documentation for this struct was generated from the following file: