CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
L1HOTreeProducer Class Reference
Inheritance diagram for L1HOTreeProducer:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 L1HOTreeProducer (const edm::ParameterSet &)
 
 ~L1HOTreeProducer () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex >
const & 
esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector
< ProductResolverIndexAndSkipBit >
const & 
itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Public Attributes

L1Analysis::L1AnalysisL1HO l1HO
 
L1Analysis::L1AnalysisL1HODataFormatl1HOData
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginJob (void) override
 
void endJob () override
 

Private Attributes

edm::Service< TFileServicefs_
 
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 &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 33 of file L1HOTreeProducer.cc.

Constructor & Destructor Documentation

L1HOTreeProducer::L1HOTreeProducer ( const edm::ParameterSet iConfig)
explicit

Definition at line 58 of file L1HOTreeProducer.cc.

References fs_, L1Analysis::L1AnalysisL1HO::getData(), edm::ParameterSet::getUntrackedParameter(), hoDataFrameToken_, l1HO, l1HOData, TFileService::make(), and tree_.

58  {
60  consumes<edm::SortedCollection<HODataFrame>>(iConfig.getUntrackedParameter<edm::InputTag>("hoDataFrameToken"));
61 
62  l1HOData = l1HO.getData();
63 
64  // set up output
65  tree_ = fs_->make<TTree>("L1HOTree", "L1HOTree");
66  tree_->Branch("L1HO", "L1Analysis::L1AnalysisL1HODataFormat", &l1HOData, 32000, 3);
67 }
T getUntrackedParameter(std::string const &, T const &) const
edm::Service< TFileService > fs_
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
L1AnalysisL1HODataFormat * getData()
edm::EDGetTokenT< edm::SortedCollection< HODataFrame > > hoDataFrameToken_
L1Analysis::L1AnalysisL1HODataFormat * l1HOData
L1Analysis::L1AnalysisL1HO l1HO
L1HOTreeProducer::~L1HOTreeProducer ( )
override

Definition at line 69 of file L1HOTreeProducer.cc.

69 {}

Member Function Documentation

void L1HOTreeProducer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 76 of file L1HOTreeProducer.cc.

References edm::Event::getByToken(), hoDataFrameToken_, edm::HandleBase::isValid(), l1HO, L1Analysis::L1AnalysisL1HO::Reset(), L1Analysis::L1AnalysisL1HO::SetHO(), and tree_.

76  {
77  l1HO.Reset();
78 
80 
81  iEvent.getByToken(hoDataFrameToken_, hoDataFrame);
82 
83  if (hoDataFrame.isValid()) {
84  l1HO.SetHO(*hoDataFrame);
85  } else {
86  edm::LogWarning("MissingProduct") << "HODataFrame not found. Branch will not be filled" << std::endl;
87  }
88 
89  tree_->Fill();
90 }
void SetHO(const edm::SortedCollection< HODataFrame > &hoDataFrame)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
bool isValid() const
Definition: HandleBase.h:70
edm::EDGetTokenT< edm::SortedCollection< HODataFrame > > hoDataFrameToken_
Log< level::Warning, false > LogWarning
L1Analysis::L1AnalysisL1HO l1HO
void L1HOTreeProducer::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 93 of file L1HOTreeProducer.cc.

93 {}
void L1HOTreeProducer::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 96 of file L1HOTreeProducer.cc.

96 {}

Member Data Documentation

edm::Service<TFileService> L1HOTreeProducer::fs_
private

Definition at line 49 of file L1HOTreeProducer.cc.

Referenced by L1HOTreeProducer().

edm::EDGetTokenT<edm::SortedCollection<HODataFrame> > L1HOTreeProducer::hoDataFrameToken_
private

Definition at line 55 of file L1HOTreeProducer.cc.

Referenced by analyze(), and L1HOTreeProducer().

L1Analysis::L1AnalysisL1HO L1HOTreeProducer::l1HO

Definition at line 44 of file L1HOTreeProducer.cc.

Referenced by analyze(), and L1HOTreeProducer().

L1Analysis::L1AnalysisL1HODataFormat* L1HOTreeProducer::l1HOData

Definition at line 45 of file L1HOTreeProducer.cc.

Referenced by L1HOTreeProducer().

TTree* L1HOTreeProducer::tree_
private

Definition at line 52 of file L1HOTreeProducer.cc.

Referenced by analyze(), and L1HOTreeProducer().