CMS 3D CMS Logo

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

Public Member Functions

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

Public Attributes

cond::Time_t iov_
 
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

Definition at line 19 of file CTPPSRPAlignmentInfoReader.cc.

Constructor & Destructor Documentation

◆ CTPPSRPAlignmentInfoReader() [1/2]

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

Definition at line 24 of file CTPPSRPAlignmentInfoReader.cc.

25  : iov_(iConfig.getParameter<unsigned long long>("iov")), record_(iConfig.getParameter<string>("record")) {}

◆ CTPPSRPAlignmentInfoReader() [2/2]

CTPPSRPAlignmentInfoReader::CTPPSRPAlignmentInfoReader ( int  i)
inlineexplicit

Definition at line 26 of file CTPPSRPAlignmentInfoReader.cc.

26 {}

◆ ~CTPPSRPAlignmentInfoReader()

CTPPSRPAlignmentInfoReader::~CTPPSRPAlignmentInfoReader ( )
inlineoverride

Definition at line 27 of file CTPPSRPAlignmentInfoReader.cc.

27 {}

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 32 of file CTPPSRPAlignmentInfoReader.cc.

32  {
33  using namespace edm;
34 
35  //this part gets the handle of the event source and the record (i.e. the Database)
36  if (e.id().run() == iov_) {
38  if (strcmp(record_.c_str(), "CTPPSRPAlignmentCorrectionsDataRcd") == 0) {
39  context.get<CTPPSRPAlignmentCorrectionsDataRcd>().get(alignments);
40  } else if (strcmp(record_.c_str(), "RPRealAlignmentRecord") == 0) {
41  context.get<RPRealAlignmentRecord>().get(alignments);
42  } else {
43  context.get<RPMisalignedAlignmentRecord>().get(alignments);
44  }
45 
46  //std::cout
47  edm::LogPrint("CTPPSRPAlignmentInfoReader")
48  << "New alignments found in run=" << e.id().run() << ", event=" << e.id().event() << ":\n"
49  << *alignments;
50  }
51 }

References MillePedeFileConverter_cfg::e, edm::EventSetup::get(), and get.

◆ printInfo()

void CTPPSRPAlignmentInfoReader::printInfo ( const CTPPSRPAlignmentCorrectionsData alignments,
const edm::Event event 
)

Member Data Documentation

◆ iov_

cond::Time_t CTPPSRPAlignmentInfoReader::iov_

Definition at line 21 of file CTPPSRPAlignmentInfoReader.cc.

◆ record_

std::string CTPPSRPAlignmentInfoReader::record_

Definition at line 22 of file CTPPSRPAlignmentInfoReader.cc.

edm
HLT enums.
Definition: AlignableModifier.h:19
edm::LogPrint
Log< level::Warning, true > LogPrint
Definition: MessageLogger.h:130
CTPPSRPAlignmentCorrectionsDataRcd
Definition: CTPPSRPAlignmentCorrectionsDataRcd.h:23
CTPPSRPAlignmentInfoReader::iov_
cond::Time_t iov_
Definition: CTPPSRPAlignmentInfoReader.cc:21
RPMisalignedAlignmentRecord
Definition: RPMisalignedAlignmentRecord.h:6
RPRealAlignmentRecord
Definition: RPRealAlignmentRecord.h:6
edm::ESHandle
Definition: DTSurvey.h:22
get
#define get
CTPPSRPAlignmentInfoReader::record_
std::string record_
Definition: CTPPSRPAlignmentInfoReader.cc:22
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37