CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

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

Private Attributes

edm::Service
< SiStripDetInfoFileReader
detidReader
 
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 20 of file SiStripDetVOffTkMapPlotter.cc.

Constructor & Destructor Documentation

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

Definition at line 46 of file SiStripDetVOffTkMapPlotter.cc.

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

46  :
48  m_condDb( iConfig.getParameter< std::string >("conditionDatabase") ),
49  m_plotTag( iConfig.getParameter< std::string >("Tag") ),
50  m_IOV( iConfig.getUntrackedParameter< cond::Time_t >("IOV", 0) ),
51  m_Time( iConfig.getUntrackedParameter< std::string >("Time", "") ),
52  m_plotFormat( iConfig.getUntrackedParameter< std::string >("plotFormat", "png") ),
53  m_outputFile( iConfig.getUntrackedParameter< std::string >("outputFile", "") ){
56 }
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 58 of file SiStripDetVOffTkMapPlotter.cc.

58  {
59 }

Member Function Documentation

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

Implements edm::EDAnalyzer.

Definition at line 61 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, cond::persistency::Session::readIov(), TkHistoMap::save(), cond::persistency::Transaction::start(), cond::time::to_boost(), and cond::persistency::Session::transaction().

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

Reimplemented from edm::EDAnalyzer.

Definition at line 119 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by o2o.O2ORunMgr::executeJob().

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

Definition at line 122 of file SiStripDetVOffTkMapPlotter.cc.

References cond::time::to_boost().

Referenced by analyze().

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

Member Data Documentation

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

Definition at line 43 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_condDb
private

Definition at line 31 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

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

Definition at line 30 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze(), and SiStripDetVOffTkMapPlotter().

cond::Time_t SiStripDetVOffTkMapPlotter::m_IOV
private

Definition at line 35 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_outputFile
private

Definition at line 41 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_plotFormat
private

Definition at line 39 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_plotTag
private

Definition at line 32 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().

std::string SiStripDetVOffTkMapPlotter::m_Time
private

Definition at line 37 of file SiStripDetVOffTkMapPlotter.cc.

Referenced by analyze().