CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
SiStripDetVOffTkMapPlotter Class Reference
Inheritance diagram for SiStripDetVOffTkMapPlotter:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

virtual void analyze (const edm::Event &evt, const edm::EventSetup &evtSetup)
 
virtual void endJob ()
 
 SiStripDetVOffTkMapPlotter (const edm::ParameterSet &iConfig)
 
virtual ~SiStripDetVOffTkMapPlotter ()
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

std::string formatIOV (cond::Time_t iov, std::string format="%Y-%m-%d__%H_%M_%S")
 

Private Attributes

edm::Service< SiStripDetInfoFileReaderdetidReader
 
std::string m_condDb
 
cond::persistency::ConnectionPool m_connectionPool
 
cond::Time_t m_IOV
 
std::string m_outputFile
 
std::string m_plotFormat
 
std::string m_plotTag
 
std::string m_Time
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
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 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)
 

Detailed Description

Definition at line 21 of file SiStripDetVOffTkMapPlotter.cc.

Constructor & Destructor Documentation

SiStripDetVOffTkMapPlotter::SiStripDetVOffTkMapPlotter ( const edm::ParameterSet iConfig)
explicit

Definition at line 47 of file SiStripDetVOffTkMapPlotter.cc.

References cond::persistency::ConnectionPool::configure(), edm::ParameterSet::getParameter(), m_connectionPool, and cond::persistency::ConnectionPool::setParameters().

47  :
49  m_condDb( iConfig.getParameter< std::string >("conditionDatabase") ),
50  m_plotTag( iConfig.getParameter< std::string >("Tag") ),
51  m_IOV( iConfig.getUntrackedParameter< cond::Time_t >("IOV", 0) ),
52  m_Time( iConfig.getUntrackedParameter< std::string >("Time", "") ),
53  m_plotFormat( iConfig.getUntrackedParameter< std::string >("plotFormat", "png") ),
54  m_outputFile( iConfig.getUntrackedParameter< std::string >("outputFile", "") ){
57 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
void setParameters(const edm::ParameterSet &connectionPset)
unsigned long long Time_t
Definition: Time.h:16
cond::persistency::ConnectionPool m_connectionPool
SiStripDetVOffTkMapPlotter::~SiStripDetVOffTkMapPlotter ( )
virtual

Definition at line 59 of file SiStripDetVOffTkMapPlotter.cc.

59  {
60 }

Member Function Documentation

void SiStripDetVOffTkMapPlotter::analyze ( const edm::Event evt,
const edm::EventSetup evtSetup 
)
virtual

Definition at line 62 of file SiStripDetVOffTkMapPlotter.cc.

References cond::persistency::ConnectionPool::createSession(), detidReader, TkHistoMap::dumpInTkMap(), cond::persistency::IOVProxy::end(), cond::persistency::Session::fetchPayload(), TkHistoMap::fill(), cond::persistency::IOVProxy::find(), formatIOV(), cond::time::from_boost(), SiStripDetInfoFileReader::getAllDetIds(), m_condDb, m_connectionPool, m_IOV, m_outputFile, m_plotFormat, m_plotTag, m_Time, jetCorrFactors_cfi::payload, cond::persistency::Session::readIov(), TkHistoMap::save(), cond::persistency::Transaction::start(), cond::time::to_boost(), and cond::persistency::Session::transaction().

62  {
63 
64  cond::Time_t theIov = 0;
65  if (m_IOV != 0){
66  theIov = m_IOV;
67  }else if (!m_Time.empty()){
68  theIov = cond::time::from_boost( boost::posix_time::time_from_string(m_Time) );
69  }else{
70  // Use the current time if no input. Will get the last IOV.
71  theIov = cond::time::from_boost( boost::posix_time::second_clock::universal_time() );
72  }
73 
74  // open db session
75  edm::LogInfo("SiStripDetVOffMapPlotter") << "[SiStripDetVOffMapPlotter::" << __func__ << "] "
76  << "Query the condition database " << m_condDb << " for tag " << m_plotTag;
78  condDbSession.transaction().start( true );
79  cond::persistency::IOVProxy iovProxy = condDbSession.readIov(m_plotTag, true);
80  auto iiov = iovProxy.find(theIov);
81  if (iiov==iovProxy.end())
82  throw cms::Exception("Input IOV "+std::to_string(m_IOV)+"/"+m_Time+" is invalid!");
83 
84  theIov = (*iiov).since;
85  edm::LogInfo("SiStripDetVOffMapPlotter") << "[SiStripDetVOffMapPlotter::" << __func__ << "] "
86  << "Make tkMap for IOV " << theIov << " (" << boost::posix_time::to_simple_string(cond::time::to_boost(theIov)) << ")";
87  auto payload = condDbSession.fetchPayload<SiStripDetVOff>( (*iiov).payloadId );
88 
89  TrackerMap lvmap,hvmap;
90  TkHistoMap lvhisto("LV_Status","LV_Status",-1);
91  TkHistoMap hvhisto("HV_Status","HV_Status",-1);
92 
93  auto detids = detidReader->getAllDetIds();
94  for (auto id : detids){
95  if (payload->IsModuleLVOff(id))
96  lvhisto.fill(id, 1); // RED
97  else
98  lvhisto.fill(id, 0.5);
99 
100  if (payload->IsModuleHVOff(id))
101  hvhisto.fill(id, 1); // RED
102  else
103  hvhisto.fill(id, 0.5);
104  }
105 
106  lvhisto.dumpInTkMap(&lvmap);
107  hvhisto.dumpInTkMap(&hvmap);
108  lvmap.setPalette(1);
109  hvmap.setPalette(1);
110  lvmap.save(true,0,0,"LV_tkMap_"+formatIOV(theIov)+"."+m_plotFormat);
111  hvmap.save(true,0,0,"HV_tkMap_"+formatIOV(theIov)+"."+m_plotFormat);
112 
113  if (!m_outputFile.empty()){
114  lvhisto.save(m_outputFile);
115  hvhisto.save(m_outputFile);
116  }
117 
118 }
void start(bool readOnly=true)
Definition: Session.cc:22
Transaction & transaction()
Definition: Session.cc:66
edm::Service< SiStripDetInfoFileReader > detidReader
payload
payload postfix for testing
IOVProxy readIov(const std::string &tag, bool full=false)
Definition: Session.cc:81
unsigned long long Time_t
Definition: Time.h:16
const std::vector< uint32_t > & getAllDetIds() const
Iterator find(cond::Time_t time)
Definition: IOVProxy.cc:320
Session createSession(const std::string &connectionString, bool writeCapable=false)
Time_t from_boost(boost::posix_time::ptime bt)
cond::persistency::ConnectionPool m_connectionPool
std::string formatIOV(cond::Time_t iov, std::string format="%Y-%m-%d__%H_%M_%S")
boost::posix_time::ptime to_boost(Time_t iValue)
Iterator end() const
Definition: IOVProxy.cc:297
std::shared_ptr< T > fetchPayload(const cond::Hash &payloadHash)
Definition: Session.h:215
void SiStripDetVOffTkMapPlotter::endJob ( void  )
virtual

Reimplemented from edm::EDAnalyzer.

Definition at line 120 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by o2olib.O2ORunMgr::executeJob().

120  {
121 }
std::string SiStripDetVOffTkMapPlotter::formatIOV ( cond::Time_t  iov,
std::string  format = "%Y-%m-%d__%H_%M_%S" 
)
private

Definition at line 123 of file SiStripDetVOffTkMapPlotter.cc.

References DEFINE_FWK_MODULE, and cond::time::to_boost().

Referenced by analyze().

123  {
124  auto facet = new boost::posix_time::time_facet(format.c_str());
125  std::ostringstream stream;
126  stream.imbue(std::locale(stream.getloc(), facet));
127  stream << cond::time::to_boost(iov);
128  return stream.str();
129 }
boost::posix_time::ptime to_boost(Time_t iValue)

Member Data Documentation

edm::Service<SiStripDetInfoFileReader> SiStripDetVOffTkMapPlotter::detidReader
private

Definition at line 44 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_condDb
private

Definition at line 32 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

cond::persistency::ConnectionPool SiStripDetVOffTkMapPlotter::m_connectionPool
private

Definition at line 31 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze(), and SiStripDetVOffTkMapPlotter().

cond::Time_t SiStripDetVOffTkMapPlotter::m_IOV
private

Definition at line 36 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_outputFile
private

Definition at line 42 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_plotFormat
private

Definition at line 40 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_plotTag
private

Definition at line 33 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_Time
private

Definition at line 38 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().