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 | Private Attributes
HcalHitAnalyzer Class Reference
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
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
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 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)
 

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
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

Compares HCAL RecHits to SimHit

Rick Wilkinson, Caltech

Definition at line 21 of file HcalHitAnalyzer.cc.

Constructor & Destructor Documentation

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

Definition at line 42 of file HcalHitAnalyzer.cc.

43  : simParameterMap_(conf),
44  hbheFilter_(),
45  hoFilter_(),
46  hfFilter_(),
47  zdcFilter_(),
52  hbheRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hbheRecHitCollectionTag")),
53  hoRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hoRecHitCollectionTag")),
54  hfRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hfRecHitCollectionTag")) {}
ZDCHitFilter zdcFilter_
CaloHitAnalyzer hfAnalyzer_
HcalSimParameterMap simParameterMap_
HOHitFilter hoFilter_
edm::InputTag hbheRecHitCollectionTag_
edm::InputTag hoRecHitCollectionTag_
CaloHitAnalyzer hbheAnalyzer_
edm::InputTag hfRecHitCollectionTag_
CaloHitAnalyzer hoAnalyzer_
HBHEHitFilter hbheFilter_
HFHitFilter hfFilter_
CaloHitAnalyzer zdcAnalyzer_

Member Function Documentation

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

Implements edm::one::EDAnalyzerBase.

Definition at line 67 of file HcalHitAnalyzer.cc.

References alignCSCRings::e, CaloHitAnalyzer::fillHits(), edm::Event::getByLabel(), hbheAnalyzer_, hbheRecHitCollectionTag_, hfAnalyzer_, hfRecHitCollectionTag_, hoAnalyzer_, hoRecHitCollectionTag_, and edm::Handle< T >::product().

67  {
68  // Step A: Get Inputs
70  e.getByLabel("mix", "g4SimHitsHcalHits", cf);
71  // e.getByLabel("mix", "ZDCHits", zdccf);
72 
73  // test access to SimHits for HcalHits and ZDC hits
74  std::unique_ptr<MixCollection<PCaloHit>> hits(new MixCollection<PCaloHit>(cf.product()));
75  // std::unique_ptr<MixCollection<PCaloHit> > zdcHits(new
76  // MixCollection<PCaloHit>(zdccf.product()));
77  hbheAnalyzer_.fillHits(*hits);
78  // hoAnalyzer_.fillHits(*hits);
79  // hfAnalyzer_.fillHits(*hits);
80  // zdcAnalyzer_.fillHits(*hits);
81  HcalHitAnalyzerImpl::analyze<HBHERecHitCollection>(e, hbheAnalyzer_, hbheRecHitCollectionTag_);
82  HcalHitAnalyzerImpl::analyze<HORecHitCollection>(e, hoAnalyzer_, hoRecHitCollectionTag_);
83  HcalHitAnalyzerImpl::analyze<HFRecHitCollection>(e, hfAnalyzer_, hfRecHitCollectionTag_);
84  // HcalHitAnalyzerImpl::analyze<ZDCRecHitCollection>(e, zdcAnalyzer_);
85 }
CaloHitAnalyzer hfAnalyzer_
edm::InputTag hbheRecHitCollectionTag_
edm::InputTag hoRecHitCollectionTag_
void fillHits(MixCollection< PCaloHit > &hits)
should be called each event
CaloHitAnalyzer hbheAnalyzer_
edm::InputTag hfRecHitCollectionTag_
CaloHitAnalyzer hoAnalyzer_
T const * product() const
Definition: Handle.h:70

Member Data Documentation

CaloHitAnalyzer HcalHitAnalyzer::hbheAnalyzer_
private

Definition at line 32 of file HcalHitAnalyzer.cc.

Referenced by analyze().

HBHEHitFilter HcalHitAnalyzer::hbheFilter_
private

Definition at line 28 of file HcalHitAnalyzer.cc.

edm::InputTag HcalHitAnalyzer::hbheRecHitCollectionTag_
private

Definition at line 37 of file HcalHitAnalyzer.cc.

Referenced by analyze().

CaloHitAnalyzer HcalHitAnalyzer::hfAnalyzer_
private

Definition at line 34 of file HcalHitAnalyzer.cc.

Referenced by analyze().

HFHitFilter HcalHitAnalyzer::hfFilter_
private

Definition at line 30 of file HcalHitAnalyzer.cc.

edm::InputTag HcalHitAnalyzer::hfRecHitCollectionTag_
private

Definition at line 39 of file HcalHitAnalyzer.cc.

Referenced by analyze().

CaloHitAnalyzer HcalHitAnalyzer::hoAnalyzer_
private

Definition at line 33 of file HcalHitAnalyzer.cc.

Referenced by analyze().

HOHitFilter HcalHitAnalyzer::hoFilter_
private

Definition at line 29 of file HcalHitAnalyzer.cc.

edm::InputTag HcalHitAnalyzer::hoRecHitCollectionTag_
private

Definition at line 38 of file HcalHitAnalyzer.cc.

Referenced by analyze().

HcalSimParameterMap HcalHitAnalyzer::simParameterMap_
private

Definition at line 27 of file HcalHitAnalyzer.cc.

CaloHitAnalyzer HcalHitAnalyzer::zdcAnalyzer_
private

Definition at line 35 of file HcalHitAnalyzer.cc.

ZDCHitFilter HcalHitAnalyzer::zdcFilter_
private

Definition at line 31 of file HcalHitAnalyzer.cc.