CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
HcalHitAnalyzer Class Reference

#include <HcalHitAnalyzer.h>

Inheritance diagram for HcalHitAnalyzer:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (edm::Event const &e, edm::EventSetup const &c) override
 
 HcalHitAnalyzer (edm::ParameterSet const &conf)
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const 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
 
bool wantsStreamRuns () const
 
 ~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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

CaloHitAnalyzer hbheAnalyzer_
 
HBHEHitFilter hbheFilter_
 
edm::InputTag hbheRecHitCollectionTag_
 
CaloHitAnalyzer hfAnalyzer_
 
HFHitFilter hfFilter_
 
edm::InputTag hfRecHitCollectionTag_
 
CaloHitAnalyzer hoAnalyzer_
 
HOHitFilter hoFilter_
 
edm::InputTag hoRecHitCollectionTag_
 
HcalSimParameterMap simParameterMap_
 
CaloHitAnalyzer zdcAnalyzer_
 
ZDCHitFilter zdcFilter_
 

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
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Compares HCAL RecHits to SimHit

\Author Rick Wilkinson, Caltech

Definition at line 20 of file HcalHitAnalyzer.h.

Constructor & Destructor Documentation

◆ HcalHitAnalyzer()

HcalHitAnalyzer::HcalHitAnalyzer ( edm::ParameterSet const &  conf)
explicit

Definition at line 6 of file HcalHitAnalyzer.cc.

7  : simParameterMap_(conf),
8  hbheFilter_(),
9  hoFilter_(),
10  hfFilter_(),
11  zdcFilter_(),
16  hbheRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hbheRecHitCollectionTag")),
17  hoRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hoRecHitCollectionTag")),
18  hfRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hfRecHitCollectionTag")) {}

Member Function Documentation

◆ analyze()

void HcalHitAnalyzer::analyze ( edm::Event const &  e,
edm::EventSetup const &  c 
)
overridevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 31 of file HcalHitAnalyzer.cc.

31  {
32  // Step A: Get Inputs
34  e.getByLabel("mix", "g4SimHitsHcalHits", cf);
35  // e.getByLabel("mix", "ZDCHits", zdccf);
36 
37  // test access to SimHits for HcalHits and ZDC hits
38  std::unique_ptr<MixCollection<PCaloHit>> hits(new MixCollection<PCaloHit>(cf.product()));
39  // std::unique_ptr<MixCollection<PCaloHit> > zdcHits(new
40  // MixCollection<PCaloHit>(zdccf.product()));
42  // hoAnalyzer_.fillHits(*hits);
43  // hfAnalyzer_.fillHits(*hits);
44  // zdcAnalyzer_.fillHits(*hits);
45  HcalHitAnalyzerImpl::analyze<HBHERecHitCollection>(e, hbheAnalyzer_, hbheRecHitCollectionTag_);
46  HcalHitAnalyzerImpl::analyze<HORecHitCollection>(e, hoAnalyzer_, hoRecHitCollectionTag_);
47  HcalHitAnalyzerImpl::analyze<HFRecHitCollection>(e, hfAnalyzer_, hfRecHitCollectionTag_);
48  // HcalHitAnalyzerImpl::analyze<ZDCRecHitCollection>(e, zdcAnalyzer_);
49 }

References MillePedeFileConverter_cfg::e, CaloHitAnalyzer::fillHits(), hbheAnalyzer_, hbheRecHitCollectionTag_, hfAnalyzer_, hfRecHitCollectionTag_, hfClusterShapes_cfi::hits, hoAnalyzer_, hoRecHitCollectionTag_, and edm::Handle< T >::product().

Member Data Documentation

◆ hbheAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::hbheAnalyzer_
private

Definition at line 31 of file HcalHitAnalyzer.h.

Referenced by analyze().

◆ hbheFilter_

HBHEHitFilter HcalHitAnalyzer::hbheFilter_
private

Definition at line 27 of file HcalHitAnalyzer.h.

◆ hbheRecHitCollectionTag_

edm::InputTag HcalHitAnalyzer::hbheRecHitCollectionTag_
private

Definition at line 36 of file HcalHitAnalyzer.h.

Referenced by analyze().

◆ hfAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::hfAnalyzer_
private

Definition at line 33 of file HcalHitAnalyzer.h.

Referenced by analyze().

◆ hfFilter_

HFHitFilter HcalHitAnalyzer::hfFilter_
private

Definition at line 29 of file HcalHitAnalyzer.h.

◆ hfRecHitCollectionTag_

edm::InputTag HcalHitAnalyzer::hfRecHitCollectionTag_
private

Definition at line 38 of file HcalHitAnalyzer.h.

Referenced by analyze().

◆ hoAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::hoAnalyzer_
private

Definition at line 32 of file HcalHitAnalyzer.h.

Referenced by analyze().

◆ hoFilter_

HOHitFilter HcalHitAnalyzer::hoFilter_
private

Definition at line 28 of file HcalHitAnalyzer.h.

◆ hoRecHitCollectionTag_

edm::InputTag HcalHitAnalyzer::hoRecHitCollectionTag_
private

Definition at line 37 of file HcalHitAnalyzer.h.

Referenced by analyze().

◆ simParameterMap_

HcalSimParameterMap HcalHitAnalyzer::simParameterMap_
private

Definition at line 26 of file HcalHitAnalyzer.h.

◆ zdcAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::zdcAnalyzer_
private

Definition at line 34 of file HcalHitAnalyzer.h.

◆ zdcFilter_

ZDCHitFilter HcalHitAnalyzer::zdcFilter_
private

Definition at line 30 of file HcalHitAnalyzer.h.

HcalHitAnalyzer::hfFilter_
HFHitFilter hfFilter_
Definition: HcalHitAnalyzer.h:29
HcalHitAnalyzer::hbheFilter_
HBHEHitFilter hbheFilter_
Definition: HcalHitAnalyzer.h:27
edm::Handle::product
T const * product() const
Definition: Handle.h:70
hfClusterShapes_cfi.hits
hits
Definition: hfClusterShapes_cfi.py:5
HcalHitAnalyzer::zdcFilter_
ZDCHitFilter zdcFilter_
Definition: HcalHitAnalyzer.h:30
HcalHitAnalyzer::zdcAnalyzer_
CaloHitAnalyzer zdcAnalyzer_
Definition: HcalHitAnalyzer.h:34
HcalHitAnalyzer::hoFilter_
HOHitFilter hoFilter_
Definition: HcalHitAnalyzer.h:28
HcalHitAnalyzer::hoAnalyzer_
CaloHitAnalyzer hoAnalyzer_
Definition: HcalHitAnalyzer.h:32
edm::Handle
Definition: AssociativeIterator.h:50
HcalHitAnalyzer::hfAnalyzer_
CaloHitAnalyzer hfAnalyzer_
Definition: HcalHitAnalyzer.h:33
MixCollection
Definition: MixCollection.h:10
CaloHitAnalyzer::fillHits
void fillHits(MixCollection< PCaloHit > &hits)
should be called each event
Definition: CaloHitAnalyzer.cc:22
HcalHitAnalyzer::hbheAnalyzer_
CaloHitAnalyzer hbheAnalyzer_
Definition: HcalHitAnalyzer.h:31
HcalHitAnalyzer::simParameterMap_
HcalSimParameterMap simParameterMap_
Definition: HcalHitAnalyzer.h:26
HcalHitAnalyzer::hfRecHitCollectionTag_
edm::InputTag hfRecHitCollectionTag_
Definition: HcalHitAnalyzer.h:38
HcalHitAnalyzer::hbheRecHitCollectionTag_
edm::InputTag hbheRecHitCollectionTag_
Definition: HcalHitAnalyzer.h:36
HcalHitAnalyzer::hoRecHitCollectionTag_
edm::InputTag hoRecHitCollectionTag_
Definition: HcalHitAnalyzer.h:37
edm::InputTag
Definition: InputTag.h:15
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37