CMS 3D CMS Logo

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

Public Member Functions

void analyze (edm::Event const &e, edm::EventSetup const &c) override
 
 CastorHitAnalyzer (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 castorAnalyzer_
 
const edm::EDGetTokenT< CrossingFrame< PCaloHit > > castorcfToken_
 
CastorHitFilter castorFilter_
 
const edm::EDGetTokenT< CastorRecHitCollectioncastorRecHitToken_
 
std::string hitReadoutName_
 
CastorSimParameterMap simParameterMap_
 

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 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 ()
 
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 RecHits to SimHit

P. Katsas, Univ. of Athens

Definition at line 20 of file CastorHitAnalyzer.cc.

Constructor & Destructor Documentation

◆ CastorHitAnalyzer()

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

Definition at line 34 of file CastorHitAnalyzer.cc.

35  : hitReadoutName_("CastorHits"),
37  castorFilter_(),
40  consumes<CastorRecHitCollection>(conf.getParameter<edm::InputTag>("castorRecHitCollectionTag"))),
41  castorcfToken_(consumes<CrossingFrame<PCaloHit>>(edm::InputTag("mix", "g4SimHitsCastorFI"))) {}
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
CastorHitFilter castorFilter_
CastorSimParameterMap simParameterMap_
CaloHitAnalyzer castorAnalyzer_
const edm::EDGetTokenT< CrossingFrame< PCaloHit > > castorcfToken_
std::string hitReadoutName_
const edm::EDGetTokenT< CastorRecHitCollection > castorRecHitToken_

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 57 of file CastorHitAnalyzer.cc.

References castorAnalyzer_, castorcfToken_, castorRecHitToken_, MillePedeFileConverter_cfg::e, CaloHitAnalyzer::fillHits(), hfClusterShapes_cfi::hits, and edm::Handle< T >::product().

57  {
58  const edm::Handle<CrossingFrame<PCaloHit>> &castorcf = e.getHandle(castorcfToken_);
59 
60  // access to SimHits
61  std::unique_ptr<MixCollection<PCaloHit>> hits(new MixCollection<PCaloHit>(castorcf.product()));
63  CastorHitAnalyzerImpl::analyze<CastorRecHitCollection>(e, castorAnalyzer_, castorRecHitToken_);
64 }
T const * product() const
Definition: Handle.h:70
void fillHits(MixCollection< PCaloHit > &hits)
should be called each event
CaloHitAnalyzer castorAnalyzer_
const edm::EDGetTokenT< CrossingFrame< PCaloHit > > castorcfToken_
const edm::EDGetTokenT< CastorRecHitCollection > castorRecHitToken_

Member Data Documentation

◆ castorAnalyzer_

CaloHitAnalyzer CastorHitAnalyzer::castorAnalyzer_
private

Definition at line 29 of file CastorHitAnalyzer.cc.

Referenced by analyze().

◆ castorcfToken_

const edm::EDGetTokenT<CrossingFrame<PCaloHit> > CastorHitAnalyzer::castorcfToken_
private

Definition at line 31 of file CastorHitAnalyzer.cc.

Referenced by analyze().

◆ castorFilter_

CastorHitFilter CastorHitAnalyzer::castorFilter_
private

Definition at line 28 of file CastorHitAnalyzer.cc.

◆ castorRecHitToken_

const edm::EDGetTokenT<CastorRecHitCollection> CastorHitAnalyzer::castorRecHitToken_
private

Definition at line 30 of file CastorHitAnalyzer.cc.

Referenced by analyze().

◆ hitReadoutName_

std::string CastorHitAnalyzer::hitReadoutName_
private

Definition at line 26 of file CastorHitAnalyzer.cc.

◆ simParameterMap_

CastorSimParameterMap CastorHitAnalyzer::simParameterMap_
private

Definition at line 27 of file CastorHitAnalyzer.cc.