CMS 3D CMS Logo

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

#include <SiStripApvGainReader.h>

Inheritance diagram for SiStripApvGainReader:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
 SiStripApvGainReader (const edm::ParameterSet &)
 
 ~SiStripApvGainReader () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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
 
ESProxyIndex const * esGetTokenIndices (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
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
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 Attributes

int apvId_ =0
 
int detId_ =0
 
std::string formatedOutput_
 
edm::Service< TFileServicefs_
 
double gain_ =0
 
uint32_t gainType_
 
int id_ =0
 
bool printdebug_
 
TTree * tree_
 

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 &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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 25 of file SiStripApvGainReader.h.

Constructor & Destructor Documentation

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

Definition at line 15 of file SiStripApvGainReader.cc.

References apvId_, detId_, fs_, gain_, id_, edm::Service< T >::isAvailable(), TFileService::make(), and tree_.

15  :
16  printdebug_(iConfig.getUntrackedParameter<bool>("printDebug",true)),
17  formatedOutput_(iConfig.getUntrackedParameter<std::string>("outputFile","")),
18  gainType_ (iConfig.getUntrackedParameter<uint32_t>("gainType",1)),
19  tree_(0){
20  if (fs_.isAvailable()){
21  tree_=fs_->make<TTree>("Gains","Gains");
22 
23  tree_->Branch("Index",&id_,"Index/I");
24  tree_->Branch("DetId",&detId_,"DetId/I");
25  tree_->Branch("APVId",&apvId_,"APVId/I");
26  tree_->Branch("Gain",&gain_,"Gain/D");
27  }
28 }
T getUntrackedParameter(std::string const &, T const &) const
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
bool isAvailable() const
Definition: Service.h:40
edm::Service< TFileService > fs_
SiStripApvGainReader::~SiStripApvGainReader ( )
override

Definition at line 30 of file SiStripApvGainReader.cc.

30 {}

Member Function Documentation

void SiStripApvGainReader::analyze ( const edm::Event e,
const edm::EventSetup iSetup 
)
override

Definition at line 32 of file SiStripApvGainReader.cc.

References apvId_, detId_, formatedOutput_, gain_, gainType_, edm::EventSetup::get(), SiStripGain::getApvGain(), SiStripGain::getDetIds(), SiStripGain::getRange(), triggerObjects_cff::id, id_, printdebug_, and tree_.

32  {
33 
34  edm::ESHandle<SiStripGain> SiStripApvGain_;
35  iSetup.get<SiStripGainRcd>().get(SiStripApvGain_);
36  edm::LogInfo("SiStripApvGainReader") << "[SiStripApvGainReader::analyze] End Reading SiStripApvGain" << std::endl;
37  std::vector<uint32_t> detid;
38  SiStripApvGain_->getDetIds(detid);
39  edm::LogInfo("Number of detids ") << detid.size() << std::endl;
40 
41  FILE* pFile=nullptr;
42  if(formatedOutput_!="")pFile=fopen(formatedOutput_.c_str(), "w");
43  for (size_t id=0;id<detid.size();id++){
44  SiStripApvGain::Range range=SiStripApvGain_->getRange(detid[id], gainType_);
45  if(printdebug_){
46  int apv=0;
47  for(int it=0;it<range.second-range.first;it++){
48  edm::LogInfo("SiStripApvGainReader") << "detid " << detid[id] << " \t " << apv++ << " \t " << SiStripApvGain_->getApvGain(it,range) << std::endl;
49  id_++;
50 
51  if (tree_){
52  detId_ = detid[id];
53  apvId_ = apv ;
54  gain_ = SiStripApvGain_->getApvGain(it,range);
55  tree_->Fill();
56  }
57  }
58  }
59 
60  if(pFile){
61  fprintf(pFile,"%i ",detid[id]);
62  for(int it=0;it<range.second-range.first;it++){
63  fprintf(pFile,"%f ", SiStripApvGain_->getApvGain(it,range) );
64  }fprintf(pFile, "\n");
65  }
66 
67  }
68 
69  if(pFile)fclose(pFile);
70 }
static float getApvGain(const uint16_t &apv, const SiStripApvGain::Range &range)
Definition: SiStripGain.h:76
std::pair< ContainerIterator, ContainerIterator > Range
void getDetIds(std::vector< uint32_t > &DetIds_) const
ATTENTION: we assume the detIds are the same as those from the first gain.
Definition: SiStripGain.cc:102
T get() const
Definition: EventSetup.h:71
const SiStripApvGain::Range getRange(uint32_t detID) const
Definition: SiStripGain.h:71

Member Data Documentation

int SiStripApvGainReader::apvId_ =0
private

Definition at line 39 of file SiStripApvGainReader.h.

Referenced by analyze(), and SiStripApvGainReader().

int SiStripApvGainReader::detId_ =0
private

Definition at line 39 of file SiStripApvGainReader.h.

Referenced by analyze(), and SiStripApvGainReader().

std::string SiStripApvGainReader::formatedOutput_
private

Definition at line 35 of file SiStripApvGainReader.h.

Referenced by analyze().

edm::Service<TFileService> SiStripApvGainReader::fs_
private

Definition at line 37 of file SiStripApvGainReader.h.

Referenced by SiStripApvGainReader().

double SiStripApvGainReader::gain_ =0
private

Definition at line 40 of file SiStripApvGainReader.h.

Referenced by analyze(), and SiStripApvGainReader().

uint32_t SiStripApvGainReader::gainType_
private

Definition at line 36 of file SiStripApvGainReader.h.

Referenced by analyze().

int SiStripApvGainReader::id_ =0
private

Definition at line 39 of file SiStripApvGainReader.h.

Referenced by analyze(), and SiStripApvGainReader().

bool SiStripApvGainReader::printdebug_
private

Definition at line 34 of file SiStripApvGainReader.h.

Referenced by analyze().

TTree* SiStripApvGainReader::tree_
private

Definition at line 38 of file SiStripApvGainReader.h.

Referenced by analyze(), and SiStripApvGainReader().