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 | Public Attributes
CTPPSPixelDAQMappingAnalyzer Class Reference
Inheritance diagram for CTPPSPixelDAQMappingAnalyzer:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
 CTPPSPixelDAQMappingAnalyzer (edm::ParameterSet const &iConfig)
 
 CTPPSPixelDAQMappingAnalyzer (int i)
 
 ~CTPPSPixelDAQMappingAnalyzer () override
 
- 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)
 

Public Attributes

cond::Time_t analysismaskiov_
 
cond::Time_t daqmappingiov_
 
string label_
 
edm::ESGetToken
< CTPPSPixelDAQMapping,
CTPPSPixelDAQMappingRcd
tokenMapping_
 
edm::ESGetToken
< CTPPSPixelAnalysisMask,
CTPPSPixelAnalysisMaskRcd
tokenMask_
 

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

Definition at line 18 of file CTPPSPixelDAQMappingAnalyzer.cc.

Constructor & Destructor Documentation

CTPPSPixelDAQMappingAnalyzer::CTPPSPixelDAQMappingAnalyzer ( edm::ParameterSet const &  iConfig)
inlineexplicit

Definition at line 27 of file CTPPSPixelDAQMappingAnalyzer.cc.

28  : label_(iConfig.getUntrackedParameter<string>("label", "RPix")),
29  daqmappingiov_(iConfig.getParameter<unsigned long long>("daqmappingiov")),
30  analysismaskiov_(iConfig.getParameter<unsigned long long>("analysismaskiov")),
31  tokenMapping_(esConsumes<CTPPSPixelDAQMapping, CTPPSPixelDAQMappingRcd>(edm::ESInputTag("", label_))),
32  tokenMask_(esConsumes<CTPPSPixelAnalysisMask, CTPPSPixelAnalysisMaskRcd>(edm::ESInputTag("", label_))) {}
edm::ESGetToken< CTPPSPixelAnalysisMask, CTPPSPixelAnalysisMaskRcd > tokenMask_
edm::ESGetToken< CTPPSPixelDAQMapping, CTPPSPixelDAQMappingRcd > tokenMapping_
CTPPSPixelDAQMappingAnalyzer::CTPPSPixelDAQMappingAnalyzer ( int  i)
inlineexplicit

Definition at line 33 of file CTPPSPixelDAQMappingAnalyzer.cc.

33 {}
CTPPSPixelDAQMappingAnalyzer::~CTPPSPixelDAQMappingAnalyzer ( )
inlineoverride

Definition at line 34 of file CTPPSPixelDAQMappingAnalyzer.cc.

34 {}

Member Function Documentation

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

Implements edm::one::EDAnalyzerBase.

Definition at line 38 of file CTPPSPixelDAQMappingAnalyzer.cc.

References edm::EventSetup::getHandle(), edm::EventBase::id(), and edm::EventID::run().

38  {
39  using namespace edm;
40 
41  /*edm::eventsetup::EventSetupRecordKey recordKey(edm::eventsetup::EventSetupRecordKey::TypeTag::findType("CTPPSPixelDAQMappingRcd"));
42  if( recordKey.type() == edm::eventsetup::EventSetupRecordKey::TypeTag()) {
43  //record not found
44  std::cout <<"Record \"CTPPSPixelDAQMappingRcd"<<"\" does not exist "<<std::endl;
45  }*/
46 
47  //this part gets the handle of the event source and the record (i.e. the Database)
48  if (e.id().run() == daqmappingiov_) {
50 
51  // print mapping
52  /*printf("* DAQ mapping\n");
53  for (const auto &p : mapping->ROCMapping)
54  std::cout << " " << p.first << " -> " << p.second << std::endl;*/
55  }
56 
57  //edm::eventsetup::EventSetupRecordKey recordKey(edm::eventsetup::EventSetupRecordKey::TypeTag::findType("CTPPSPixelAnalysisMaskRcd"));
58  //if( recordKey.type() == edm::eventsetup::EventSetupRecordKey::TypeTag()) {
59  //record not found
60  //std::cout <<"Record \"CTPPSPixelAnalysisMaskRcd"<<"\" does not exist "<<std::endl;
61  //}
62 
63  if (e.id().run() == analysismaskiov_) {
64  // get analysis mask to mask channels
65  ESHandle<CTPPSPixelAnalysisMask> analysisMask = context.getHandle(tokenMask_);
66 
67  // print mask
68  /*printf("* mask\n");
69  for (const auto &p : analysisMask->analysisMask)
70  cout << " " << p.first
71  << ": fullMask=" << p.second.fullMask
72  << ", number of masked channels " << p.second.maskedPixels.size() << endl;
73  */
74  }
75 }
RunNumber_t run() const
Definition: EventID.h:38
edm::ESGetToken< CTPPSPixelAnalysisMask, CTPPSPixelAnalysisMaskRcd > tokenMask_
edm::EventID id() const
Definition: EventBase.h:59
edm::ESGetToken< CTPPSPixelDAQMapping, CTPPSPixelDAQMappingRcd > tokenMapping_

Member Data Documentation

cond::Time_t CTPPSPixelDAQMappingAnalyzer::analysismaskiov_

Definition at line 22 of file CTPPSPixelDAQMappingAnalyzer.cc.

cond::Time_t CTPPSPixelDAQMappingAnalyzer::daqmappingiov_

Definition at line 21 of file CTPPSPixelDAQMappingAnalyzer.cc.

string CTPPSPixelDAQMappingAnalyzer::label_
edm::ESGetToken<CTPPSPixelDAQMapping, CTPPSPixelDAQMappingRcd> CTPPSPixelDAQMappingAnalyzer::tokenMapping_

Definition at line 24 of file CTPPSPixelDAQMappingAnalyzer.cc.

edm::ESGetToken<CTPPSPixelAnalysisMask, CTPPSPixelAnalysisMaskRcd> CTPPSPixelDAQMappingAnalyzer::tokenMask_

Definition at line 25 of file CTPPSPixelDAQMappingAnalyzer.cc.