CMS 3D CMS Logo

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

Prints the DAQ mapping loaded by TotemDAQMappingESSourceXML. More...

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

Public Member Functions

 PrintTotemDAQMapping (const edm::ParameterSet &ps)
 
 ~PrintTotemDAQMapping () 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
 
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 Member Functions

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

Private Attributes

const edm::ESGetToken< TotemDAQMapping, TotemReadoutRcdmappingToken_
 
const edm::ESGetToken< TotemAnalysisMask, TotemAnalysisMaskRcdmaskToken_
 
const std::string subSystemName_
 label of the CTPPS sub-system More...
 

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

Prints the DAQ mapping loaded by TotemDAQMappingESSourceXML.

Definition at line 25 of file PrintTotemDAQMapping.cc.

Constructor & Destructor Documentation

◆ PrintTotemDAQMapping()

PrintTotemDAQMapping::PrintTotemDAQMapping ( const edm::ParameterSet ps)

Definition at line 38 of file PrintTotemDAQMapping.cc.

const std::string subSystemName_
label of the CTPPS sub-system
const edm::ESGetToken< TotemDAQMapping, TotemReadoutRcd > mappingToken_
T getUntrackedParameter(std::string const &, T const &) const
const edm::ESGetToken< TotemAnalysisMask, TotemAnalysisMaskRcd > maskToken_

◆ ~PrintTotemDAQMapping()

PrintTotemDAQMapping::~PrintTotemDAQMapping ( )
inlineoverride

Definition at line 28 of file PrintTotemDAQMapping.cc.

28 {}

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 45 of file PrintTotemDAQMapping.cc.

References gather_cfg::cout, edm::EventSetup::getHandle(), HPSPFTaus_cff::mapping, mappingToken_, maskToken_, and subSystemName_.

45  {
46  // get mapping
47  if (auto mappingHandle = es.getHandle(mappingToken_)) {
48  auto const &mapping = *mappingHandle;
49  edm::LogInfo("PrintTotemDAQMapping mapping");
51  } else {
52  edm::LogError("PrintTotemDAQMapping mapping") << "PrintTotemDAQMapping: No mapping found";
53  }
54 
55  // get analysis mask to mask channels
56  if (auto analysisMaskHandle = es.getHandle(maskToken_)) {
57  auto const &analysisMask = *analysisMaskHandle;
58  edm::LogPrint("PrintTotemDAQMapping") << analysisMask;
59  } else {
60  edm::LogError("PrintTotemDAQMapping mask") << "PrintTotemDAQMapping: No analysis mask found";
61  }
62 }
const std::string subSystemName_
label of the CTPPS sub-system
Log< level::Error, false > LogError
const edm::ESGetToken< TotemDAQMapping, TotemReadoutRcd > mappingToken_
Log< level::Warning, true > LogPrint
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
Definition: EventSetup.h:130
Log< level::Info, false > LogInfo
const edm::ESGetToken< TotemAnalysisMask, TotemAnalysisMaskRcd > maskToken_

Member Data Documentation

◆ mappingToken_

const edm::ESGetToken<TotemDAQMapping, TotemReadoutRcd> PrintTotemDAQMapping::mappingToken_
private

Definition at line 33 of file PrintTotemDAQMapping.cc.

Referenced by analyze().

◆ maskToken_

const edm::ESGetToken<TotemAnalysisMask, TotemAnalysisMaskRcd> PrintTotemDAQMapping::maskToken_
private

Definition at line 34 of file PrintTotemDAQMapping.cc.

Referenced by analyze().

◆ subSystemName_

const std::string PrintTotemDAQMapping::subSystemName_
private

label of the CTPPS sub-system

Definition at line 32 of file PrintTotemDAQMapping.cc.

Referenced by analyze().