CMS 3D CMS Logo

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

Prints the Analysis Mask loaded by TotemDAQMappingESSourceXML. More...

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

Public Member Functions

 WriteCTPPSPixelAnalysisMask (const edm::ParameterSet &ps)
 
 ~WriteCTPPSPixelAnalysisMask () override
 
- 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::vector< ModuleDescription const * > &modules, 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 Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &es) override
 

Private Attributes

cond::Time_t analysismaskiov_
 
std::string label_
 
std::string record_
 

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

Prints the Analysis Mask loaded by TotemDAQMappingESSourceXML.

Definition at line 34 of file WriteCTPPSPixelAnalysisMask.cc.

Constructor & Destructor Documentation

◆ WriteCTPPSPixelAnalysisMask()

WriteCTPPSPixelAnalysisMask::WriteCTPPSPixelAnalysisMask ( const edm::ParameterSet ps)

Definition at line 51 of file WriteCTPPSPixelAnalysisMask.cc.

53  : analysismaskiov_(ps.getParameter<unsigned long long>("analysismaskiov")),
54  record_(ps.getParameter<string>("record")),

◆ ~WriteCTPPSPixelAnalysisMask()

WriteCTPPSPixelAnalysisMask::~WriteCTPPSPixelAnalysisMask ( )
inlineoverride

Definition at line 42 of file WriteCTPPSPixelAnalysisMask.cc.

Member Function Documentation

◆ analyze()

void WriteCTPPSPixelAnalysisMask::analyze ( const edm::Event e,
const edm::EventSetup es 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 56 of file WriteCTPPSPixelAnalysisMask.cc.

57  {
58  // get analysis mask to mask channels
60  es.get<CTPPSPixelAnalysisMaskRcd>().get(label_, analysisMask);
61 
62  /*// print analysisMask
63  printf("* mask\n");
64  for (const auto &p : analysisMask->analysisMask)
65  cout << " " << p.first
66  << ": fullMask=" << p.second.fullMask
67  << ", number of masked channels " << p.second.maskedPixels.size() << endl;
68  */
69 
70  // Write Analysis Mask to sqlite file:
71  const CTPPSPixelAnalysisMask *pCTPPSPixelAnalysisMask = analysisMask.product(); // Analysis Mask
73  if (poolDbService.isAvailable()) {
74  poolDbService->writeOne(pCTPPSPixelAnalysisMask, analysismaskiov_, /*m_record*/ record_);
75  }

References analysismaskiov_, edm::EventSetup::get(), get, edm::Service< T >::isAvailable(), label_, edm::ESHandle< T >::product(), record_, and cond::service::PoolDBOutputService::writeOne().

Member Data Documentation

◆ analysismaskiov_

cond::Time_t WriteCTPPSPixelAnalysisMask::analysismaskiov_
private

Definition at line 46 of file WriteCTPPSPixelAnalysisMask.cc.

Referenced by analyze().

◆ label_

std::string WriteCTPPSPixelAnalysisMask::label_
private

◆ record_

std::string WriteCTPPSPixelAnalysisMask::record_
private

Definition at line 47 of file WriteCTPPSPixelAnalysisMask.cc.

Referenced by analyze().

edm::ESHandle::product
T const * product() const
Definition: ESHandle.h:86
WriteCTPPSPixelAnalysisMask::record_
std::string record_
Definition: WriteCTPPSPixelAnalysisMask.cc:47
edm::Service::isAvailable
bool isAvailable() const
Definition: Service.h:40
CTPPSPixelAnalysisMask
Channel-mask mapping.
Definition: CTPPSPixelAnalysisMask.h:34
edm::EventSetup::get
T get() const
Definition: EventSetup.h:80
edm::ESHandle
Definition: DTSurvey.h:22
CTPPSPixelAnalysisMaskRcd
Definition: CTPPSPixelAnalysisMaskRcd.h:23
WriteCTPPSPixelAnalysisMask::analysismaskiov_
cond::Time_t analysismaskiov_
Definition: WriteCTPPSPixelAnalysisMask.cc:46
edm::Service< cond::service::PoolDBOutputService >
get
#define get
cond::service::PoolDBOutputService::writeOne
Hash writeOne(const T *payload, Time_t time, const std::string &recordName)
Definition: PoolDBOutputService.h:63
WriteCTPPSPixelAnalysisMask::label_
std::string label_
Definition: WriteCTPPSPixelAnalysisMask.cc:48
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303