CMS 3D CMS Logo

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

Private Attributes

const edm::EDGetTokenT< CrossingFrame< PCaloHit > > cfToken_
 
CaloHitAnalyzer hbheAnalyzer_
 
HBHEHitFilter hbheFilter_
 
const edm::InputTag hbheRecHitCollectionTag_
 
const edm::EDGetTokenT< HBHERecHitCollectionhbheRecHitCollectionToken_
 
CaloHitAnalyzer hfAnalyzer_
 
HFHitFilter hfFilter_
 
const edm::InputTag hfRecHitCollectionTag_
 
const edm::EDGetTokenT< HFRecHitCollectionhfRecHitCollectionToken_
 
CaloHitAnalyzer hoAnalyzer_
 
HOHitFilter hoFilter_
 
const edm::InputTag hoRecHitCollectionTag_
 
const edm::EDGetTokenT< HORecHitCollectionhoRecHitCollectionToken_
 
HcalSimParameterMap simParameterMap_
 
CaloHitAnalyzer zdcAnalyzer_
 
const edm::EDGetTokenT< CrossingFrame< PCaloHit > > zdccfToken_
 
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< 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

Compares HCAL RecHits to SimHit

Rick Wilkinson, Caltech

Definition at line 21 of file HcalHitAnalyzer.cc.

Constructor & Destructor Documentation

◆ HcalHitAnalyzer()

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

Definition at line 47 of file HcalHitAnalyzer.cc.

48  : simParameterMap_(conf),
49  hbheFilter_(),
50  hoFilter_(),
51  hfFilter_(),
52  zdcFilter_(),
57  hbheRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hbheRecHitCollectionTag")),
58  hoRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hoRecHitCollectionTag")),
59  hfRecHitCollectionTag_(conf.getParameter<edm::InputTag>("hfRecHitCollectionTag")),
63  cfToken_(consumes(edm::InputTag("mix", "HcalHits"))),
64  zdccfToken_(consumes(edm::InputTag("mix", "ZDCHits"))) {}
ZDCHitFilter zdcFilter_
CaloHitAnalyzer hfAnalyzer_
HcalSimParameterMap simParameterMap_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::EDGetTokenT< CrossingFrame< PCaloHit > > zdccfToken_
HOHitFilter hoFilter_
const edm::EDGetTokenT< CrossingFrame< PCaloHit > > cfToken_
const edm::EDGetTokenT< HORecHitCollection > hoRecHitCollectionToken_
const edm::InputTag hfRecHitCollectionTag_
CaloHitAnalyzer hbheAnalyzer_
CaloHitAnalyzer hoAnalyzer_
const edm::EDGetTokenT< HFRecHitCollection > hfRecHitCollectionToken_
const edm::InputTag hoRecHitCollectionTag_
HBHEHitFilter hbheFilter_
HFHitFilter hfFilter_
const edm::EDGetTokenT< HBHERecHitCollection > hbheRecHitCollectionToken_
CaloHitAnalyzer zdcAnalyzer_
const edm::InputTag hbheRecHitCollectionTag_

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 76 of file HcalHitAnalyzer.cc.

References cfToken_, MillePedeFileConverter_cfg::e, CaloHitAnalyzer::fillHits(), hbheAnalyzer_, hbheRecHitCollectionToken_, hfAnalyzer_, hfRecHitCollectionToken_, hfClusterShapes_cfi::hits, hoAnalyzer_, hoRecHitCollectionToken_, and edm::Handle< T >::product().

76  {
77  // Step A: Get Inputs
78  const edm::Handle<CrossingFrame<PCaloHit>> &cf = e.getHandle(cfToken_);
79  //const edm::Handle<CrossingFrame<PCaloHit>>& zdccf = e.getHandle(zdccfToken_);
80 
81  // test access to SimHits for HcalHits and ZDC hits
82  std::unique_ptr<MixCollection<PCaloHit>> hits(new MixCollection<PCaloHit>(cf.product()));
83  // std::unique_ptr<MixCollection<PCaloHit> > zdcHits(new MixCollection<PCaloHit>(zdccf.product()));
85  // hoAnalyzer_.fillHits(*hits);
86  // hfAnalyzer_.fillHits(*hits);
87  // zdcAnalyzer_.fillHits(*hits);
88  HcalHitAnalyzerImpl::analyze<HBHERecHitCollection>(e, hbheAnalyzer_, hbheRecHitCollectionToken_);
89  HcalHitAnalyzerImpl::analyze<HORecHitCollection>(e, hoAnalyzer_, hoRecHitCollectionToken_);
90  HcalHitAnalyzerImpl::analyze<HFRecHitCollection>(e, hfAnalyzer_, hfRecHitCollectionToken_);
91  // HcalHitAnalyzerImpl::analyze<ZDCRecHitCollection>(e, zdcAnalyzer_);
92 }
CaloHitAnalyzer hfAnalyzer_
T const * product() const
Definition: Handle.h:70
const edm::EDGetTokenT< CrossingFrame< PCaloHit > > cfToken_
const edm::EDGetTokenT< HORecHitCollection > hoRecHitCollectionToken_
void fillHits(MixCollection< PCaloHit > &hits)
should be called each event
CaloHitAnalyzer hbheAnalyzer_
CaloHitAnalyzer hoAnalyzer_
const edm::EDGetTokenT< HFRecHitCollection > hfRecHitCollectionToken_
const edm::EDGetTokenT< HBHERecHitCollection > hbheRecHitCollectionToken_

Member Data Documentation

◆ cfToken_

const edm::EDGetTokenT<CrossingFrame<PCaloHit> > HcalHitAnalyzer::cfToken_
private

Definition at line 43 of file HcalHitAnalyzer.cc.

Referenced by analyze().

◆ hbheAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::hbheAnalyzer_
private

Definition at line 32 of file HcalHitAnalyzer.cc.

Referenced by analyze().

◆ hbheFilter_

HBHEHitFilter HcalHitAnalyzer::hbheFilter_
private

Definition at line 28 of file HcalHitAnalyzer.cc.

◆ hbheRecHitCollectionTag_

const edm::InputTag HcalHitAnalyzer::hbheRecHitCollectionTag_
private

Definition at line 37 of file HcalHitAnalyzer.cc.

◆ hbheRecHitCollectionToken_

const edm::EDGetTokenT<HBHERecHitCollection> HcalHitAnalyzer::hbheRecHitCollectionToken_
private

Definition at line 40 of file HcalHitAnalyzer.cc.

Referenced by analyze().

◆ hfAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::hfAnalyzer_
private

Definition at line 34 of file HcalHitAnalyzer.cc.

Referenced by analyze().

◆ hfFilter_

HFHitFilter HcalHitAnalyzer::hfFilter_
private

Definition at line 30 of file HcalHitAnalyzer.cc.

◆ hfRecHitCollectionTag_

const edm::InputTag HcalHitAnalyzer::hfRecHitCollectionTag_
private

Definition at line 39 of file HcalHitAnalyzer.cc.

◆ hfRecHitCollectionToken_

const edm::EDGetTokenT<HFRecHitCollection> HcalHitAnalyzer::hfRecHitCollectionToken_
private

Definition at line 42 of file HcalHitAnalyzer.cc.

Referenced by analyze().

◆ hoAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::hoAnalyzer_
private

Definition at line 33 of file HcalHitAnalyzer.cc.

Referenced by analyze().

◆ hoFilter_

HOHitFilter HcalHitAnalyzer::hoFilter_
private

Definition at line 29 of file HcalHitAnalyzer.cc.

◆ hoRecHitCollectionTag_

const edm::InputTag HcalHitAnalyzer::hoRecHitCollectionTag_
private

Definition at line 38 of file HcalHitAnalyzer.cc.

◆ hoRecHitCollectionToken_

const edm::EDGetTokenT<HORecHitCollection> HcalHitAnalyzer::hoRecHitCollectionToken_
private

Definition at line 41 of file HcalHitAnalyzer.cc.

Referenced by analyze().

◆ simParameterMap_

HcalSimParameterMap HcalHitAnalyzer::simParameterMap_
private

Definition at line 27 of file HcalHitAnalyzer.cc.

◆ zdcAnalyzer_

CaloHitAnalyzer HcalHitAnalyzer::zdcAnalyzer_
private

Definition at line 35 of file HcalHitAnalyzer.cc.

◆ zdccfToken_

const edm::EDGetTokenT<CrossingFrame<PCaloHit> > HcalHitAnalyzer::zdccfToken_
private

Definition at line 44 of file HcalHitAnalyzer.cc.

◆ zdcFilter_

ZDCHitFilter HcalHitAnalyzer::zdcFilter_
private

Definition at line 31 of file HcalHitAnalyzer.cc.