#include "CondTools/Ecal/interface/EcalLaserHandler.h"
#include "CondTools/Ecal/interface/EcalPedestalsHandler.h"
#include "FWCore/ParameterSet/interface/ParameterSetfwd.h"
#include <cstring>
#include <iostream>
#include <fstream>
#include "TFile.h"
#include "TTree.h"
Go to the source code of this file.
Variables | |
const Int_t | gainValues [kGains] = {12, 6, 1} |
const Int_t | kChannels = 75848 |
const Int_t | kEBChannels = 61200 |
const Int_t | kEEChannels = 14648 |
const Int_t | kGains = 3 |
const Int_t | Nbpedxml = 81 |
const Int_t gainValues[kGains] = {12, 6, 1} |
Definition at line 15 of file EcalPedestalsHandler.cc.
Referenced by popcon::EcalPedestalsHandler::readPedestalMC().
const Int_t kChannels = 75848 |
Definition at line 13 of file EcalPedestalsHandler.cc.
Referenced by EcalPedestalHistory::beginRun(), popcon::EcalPedestalsHandler::readPedestalTimestamp(), popcon::EcalPedestalsHandler::readPedestalTree(), popcon::EcalPFRecHitThresholdsHandler::readTXT(), and popcon::EcalIntercalibHandler::readTXT().
const Int_t kEBChannels = 61200 |
Definition at line 13 of file EcalPedestalsHandler.cc.
const Int_t kEEChannels = 14648 |
Definition at line 13 of file EcalPedestalsHandler.cc.
const Int_t kGains = 3 |
Definition at line 13 of file EcalPedestalsHandler.cc.
Referenced by popcon::EcalLaser_weekly_Linearization::getNewObjects(), popcon::EcalLaser_weekly_Linearization_Check::getNewObjects(), popcon::EcalTPGLinPed::getNewObjects(), popcon::EcalTPGPedfromFile::getNewObjects(), and popcon::EcalPedestalsHandler::readPedestalMC().
const Int_t Nbpedxml = 81 |
Definition at line 14 of file EcalPedestalsHandler.cc.
Referenced by popcon::EcalPedestalsHandler::readPedestalTimestamp(), and popcon::EcalPedestalsHandler::readPedestalTree().