CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
L1HOTreeProducer Class Reference
Inheritance diagram for L1HOTreeProducer:
edm::one::EDAnalyzer< edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 L1HOTreeProducer (const edm::ParameterSet &)
 
 ~L1HOTreeProducer () override=default
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::SharedResources >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const noexcept final
 
bool wantsGlobalRuns () const noexcept final
 
bool wantsInputProcessBlocks () const noexcept final
 
bool wantsProcessBlocks () const noexcept final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const noexcept
 
bool wantsStreamRuns () const noexcept
 
 ~EDAnalyzerBase () 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
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices 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_
 
const edm::EDGetTokenT< edm::SortedCollection< HODataFrame > > hoDataFrameToken_
 
TTree * tree_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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< Bconsumes (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 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 ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
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::L1HOTreeProducer ( const edm::ParameterSet iConfig)
explicit

Definition at line 58 of file L1HOTreeProducer.cc.

References fs_, L1Analysis::L1AnalysisL1HO::getData(), TFileService::kSharedResource, l1HO, l1HOData, TFileService::make(), and tree_.

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

◆ ~L1HOTreeProducer()

L1HOTreeProducer::~L1HOTreeProducer ( )
overridedefault

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 74 of file L1HOTreeProducer.cc.

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

74  {
75  l1HO.Reset();
76 
78 
79  iEvent.getByToken(hoDataFrameToken_, hoDataFrame);
80 
81  if (hoDataFrame.isValid()) {
82  l1HO.SetHO(*hoDataFrame);
83  } else {
84  edm::LogWarning("MissingProduct") << "HODataFrame not found. Branch will not be filled" << std::endl;
85  }
86 
87  tree_->Fill();
88 }
void SetHO(const edm::SortedCollection< HODataFrame > &hoDataFrame)
int iEvent
Definition: GenABIO.cc:224
bool isValid() const
Definition: HandleBase.h:70
Log< level::Warning, false > LogWarning
L1Analysis::L1AnalysisL1HO l1HO
const edm::EDGetTokenT< edm::SortedCollection< HODataFrame > > hoDataFrameToken_

◆ beginJob()

void L1HOTreeProducer::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 91 of file L1HOTreeProducer.cc.

91 {}

◆ endJob()

void L1HOTreeProducer::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 94 of file L1HOTreeProducer.cc.

94 {}

Member Data Documentation

◆ fs_

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

Definition at line 49 of file L1HOTreeProducer.cc.

Referenced by L1HOTreeProducer().

◆ hoDataFrameToken_

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

Definition at line 55 of file L1HOTreeProducer.cc.

Referenced by analyze().

◆ l1HO

L1Analysis::L1AnalysisL1HO L1HOTreeProducer::l1HO

Definition at line 44 of file L1HOTreeProducer.cc.

Referenced by analyze(), and L1HOTreeProducer().

◆ l1HOData

L1Analysis::L1AnalysisL1HODataFormat* L1HOTreeProducer::l1HOData

Definition at line 45 of file L1HOTreeProducer.cc.

Referenced by L1HOTreeProducer().

◆ tree_

TTree* L1HOTreeProducer::tree_
private

Definition at line 52 of file L1HOTreeProducer.cc.

Referenced by analyze(), and L1HOTreeProducer().