#include <EcalMatacqAnalyzer.h>
Public Types | |
enum | VarCol { iBlue, iRed, nColor } |
enum | VarSide { iSide0, iSide1, nSide } |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Public Member Functions | |
virtual void | analyze (const edm::Event &e, const edm::EventSetup &c) |
virtual void | beginJob () |
EcalMatacqAnalyzer (const edm::ParameterSet &iConfig) | |
virtual void | endJob () |
~EcalMatacqAnalyzer () | |
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< 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 () |
Private Attributes | |
double | _cutwindow |
int | _debug |
int | _fedid |
unsigned int | _highlev |
unsigned int | _lowlev |
unsigned int | _nevlasers |
unsigned int | _noiseCut |
unsigned int | _nsamplesaftmax |
unsigned int | _nsamplesshape |
unsigned int | _parabnaftmax |
unsigned int | _parabnbefmax |
double | _presample |
unsigned int | _presampleshape |
unsigned int | _slide |
unsigned int | _thres |
unsigned int | _timeaftmax |
unsigned int | _timebefmax |
double | ampl |
int | color |
std::vector< int > | colors |
int | dccID |
std::string | digiCollection_ |
std::string | digiProducer_ |
int | event |
std::string | eventHeaderCollection_ |
std::string | eventHeaderProducer_ |
int | fedID |
double | fit |
double | fw20 |
double | fw80 |
double | fwhm |
int | iEvent |
bool | isThereMatacq |
int | laserEvents |
int | lightside |
double | matacq [2560] |
int | maxsamp |
TTree * | meanTree [nColor] |
TMTQ * | MTQ [nColor][nSide] |
TTree * | mtqShape |
int | nsamples |
unsigned int | nSides |
std::string | outfile |
TFile * | outFile |
double | peak |
double | ped |
double | pedsig |
std::string | resdir_ |
int | runNum |
int | runType |
std::string | sampfile |
TFile * | sampFile |
double | sigma |
double | sliding |
int | status |
TTree * | tree |
double | trise |
double | tt |
double | ttrig |
Additional Inherited Members | |
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) |
Definition at line 14 of file EcalMatacqAnalyzer.h.
Enumerator | |
---|---|
iBlue | |
iRed | |
nColor |
Definition at line 26 of file EcalMatacqAnalyzer.h.
Enumerator | |
---|---|
iSide0 | |
iSide1 | |
nSide |
Definition at line 27 of file EcalMatacqAnalyzer.h.
|
explicit |
Definition at line 39 of file EcalMatacqAnalyzer.cc.
EcalMatacqAnalyzer::~EcalMatacqAnalyzer | ( | ) |
Definition at line 84 of file EcalMatacqAnalyzer.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 146 of file EcalMatacqAnalyzer.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 95 of file EcalMatacqAnalyzer.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 291 of file EcalMatacqAnalyzer.cc.
|
private |
Definition at line 48 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 53 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 52 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 44 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 43 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 45 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 39 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 38 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 49 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 41 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 40 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 37 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 50 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 51 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 42 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 47 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 46 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 81 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 93 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 71 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 56 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 57 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 80 of file EcalMatacqAnalyzer.h.
Referenced by core.AutoHandle.AutoHandle::product().
|
private |
Definition at line 58 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 59 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 72 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 31 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 76 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 75 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 68 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 82 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 83 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 91 of file EcalMatacqAnalyzer.h.
Definition at line 90 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 98 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 84 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 67 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 61 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 95 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 55 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 70 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 69 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 62 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 87 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 96 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 88 of file EcalMatacqAnalyzer.h.
Referenced by eventstfile.Events::__iter__(), ZJetsTreeAnalyzer.ZJetsTreeAnalyzer::beginLoop(), MetTreeProducer.MetTreeProducer::declareVariables(), ZJetsTreeAnalyzer.ZJetsTreeAnalyzer::process(), MetTreeProducer.MetTreeProducer::process(), and eventstfile.Events::to().
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 85 of file EcalMatacqAnalyzer.h.
|
private |
Definition at line 97 of file EcalMatacqAnalyzer.h.