Public Attributes | |
L1Analysis::L1AnalysisL1HO | l1HO |
L1Analysis::L1AnalysisL1HODataFormat * | l1HOData |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob (void) |
virtual void | endJob () |
Private Attributes | |
edm::Service< TFileService > | fs_ |
edm::EDGetTokenT< edm::SortedCollection< HODataFrame > > | hoDataFrameToken_ |
TTree * | tree_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 34 of file L1HOTreeProducer.cc.
|
explicit |
Definition at line 63 of file L1HOTreeProducer.cc.
References fs_, L1Analysis::L1AnalysisL1HO::getData(), edm::ParameterSet::getUntrackedParameter(), hoDataFrameToken_, l1HO, l1HOData, TFileService::make(), and tree_.
L1HOTreeProducer::~L1HOTreeProducer | ( | ) |
Definition at line 76 of file L1HOTreeProducer.cc.
|
privatevirtual |
Definition at line 87 of file L1HOTreeProducer.cc.
References edm::Event::getByToken(), hoDataFrameToken_, edm::HandleBase::isValid(), l1HO, L1Analysis::L1AnalysisL1HO::Reset(), L1Analysis::L1AnalysisL1HO::SetHO(), and tree_.
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 113 of file L1HOTreeProducer.cc.
References DEFINE_FWK_MODULE.
|
private |
Definition at line 52 of file L1HOTreeProducer.cc.
Referenced by L1HOTreeProducer().
|
private |
Definition at line 58 of file L1HOTreeProducer.cc.
Referenced by analyze(), and L1HOTreeProducer().
L1Analysis::L1AnalysisL1HO L1HOTreeProducer::l1HO |
Definition at line 46 of file L1HOTreeProducer.cc.
Referenced by analyze(), and L1HOTreeProducer().
L1Analysis::L1AnalysisL1HODataFormat* L1HOTreeProducer::l1HOData |
Definition at line 47 of file L1HOTreeProducer.cc.
Referenced by L1HOTreeProducer().
|
private |
Definition at line 55 of file L1HOTreeProducer.cc.
Referenced by analyze(), and L1HOTreeProducer().