#include <DTNoiseComputation.h>
|
void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
|
void | beginJob () |
| BeginJob. More...
|
|
void | beginRun (const edm::Run &, const edm::EventSetup &setup) |
|
| DTNoiseComputation (const edm::ParameterSet &ps) |
| Constructor. More...
|
|
void | endJob () |
| Endjob. More...
|
|
virtual | ~DTNoiseComputation () |
| Destructor. More...
|
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () 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 () |
|
|
std::map< DTChamberId, TH1F * > | AvNoiseIntegratedPerChamber |
|
std::map< DTSuperLayerId, TH1F * > | AvNoiseIntegratedPerSuperLayer |
|
std::map< DTChamberId, TH1F * > | AvNoisePerChamber |
|
std::map< DTSuperLayerId, TH1F * > | AvNoisePerSuperLayer |
|
int | counter |
|
bool | debug |
|
edm::ESHandle< DTGeometry > | dtGeom |
|
bool | fastAnalysis |
|
int | MaxEvents |
|
std::map< std::pair< int, int >
, TH1F * > | noisyC |
|
std::map< std::pair< int, int >
, TH1F * > | someHowNoisyC |
|
std::map< DTWireId, double > | theAverageNoise |
|
std::map< DTLayerId,
std::vector< TH2F * > > | theEvtMap |
|
TFile * | theFile |
|
std::map< DTWireId, TH1F * > | theHistoEvtDistancePerWire |
|
TFile * | theNewFile |
|
std::map< DTWireId, double > | theTimeConstant |
|
std::map< DTLayerId, bool > | toComputeNoiseAverage |
|
std::map< DTWireId, bool > | toDel |
|
Definition at line 35 of file DTNoiseComputation.h.
DTNoiseComputation::~DTNoiseComputation |
( |
| ) |
|
|
virtual |
void DTNoiseComputation::beginJob |
( |
void |
| ) |
|
|
inlinevirtual |
void DTNoiseComputation::endJob |
( |
void |
| ) |
|
|
virtual |
string DTNoiseComputation::getChamberName |
( |
const DTLayerId & |
lId | ) |
const |
|
private |
string DTNoiseComputation::getLayerName |
( |
const DTLayerId & |
lId | ) |
const |
|
private |
int DTNoiseComputation::getMaxNumBins |
( |
const DTChamberId & |
chId | ) |
const |
|
private |
string DTNoiseComputation::getSuperLayerName |
( |
const DTSuperLayerId & |
slId | ) |
const |
|
private |
double DTNoiseComputation::getYMaximum |
( |
const DTSuperLayerId & |
slId | ) |
const |
|
private |
std::map<DTChamberId, TH1F*> DTNoiseComputation::AvNoiseIntegratedPerChamber |
|
private |
std::map<DTSuperLayerId, TH1F*> DTNoiseComputation::AvNoiseIntegratedPerSuperLayer |
|
private |
std::map<DTChamberId, TH1F*> DTNoiseComputation::AvNoisePerChamber |
|
private |
std::map<DTSuperLayerId, TH1F*> DTNoiseComputation::AvNoisePerSuperLayer |
|
private |
int DTNoiseComputation::counter |
|
private |
bool DTNoiseComputation::debug |
|
private |
bool DTNoiseComputation::fastAnalysis |
|
private |
int DTNoiseComputation::MaxEvents |
|
private |
std::map< std::pair<int,int> , TH1F*> DTNoiseComputation::noisyC |
|
private |
std::map< std::pair<int,int> , TH1F*> DTNoiseComputation::someHowNoisyC |
|
private |
std::map<DTWireId , double> DTNoiseComputation::theAverageNoise |
|
private |
std::map<DTLayerId, std::vector<TH2F*> > DTNoiseComputation::theEvtMap |
|
private |
TFile* DTNoiseComputation::theFile |
|
private |
std::map<DTWireId, TH1F*> DTNoiseComputation::theHistoEvtDistancePerWire |
|
private |
TFile* DTNoiseComputation::theNewFile |
|
private |
std::map<DTWireId , double> DTNoiseComputation::theTimeConstant |
|
private |
std::map<DTLayerId , bool> DTNoiseComputation::toComputeNoiseAverage |
|
private |
std::map<DTWireId , bool> DTNoiseComputation::toDel |
|
private |