#include "Riostream.h"
#include "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TCnaParameters.h"
#include "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEBNumbering.h"
Go to the source code of this file.
Functions | |
ClassImp (TEBNumbering) TEBNumbering |
ClassImp | ( | TEBNumbering | ) |
Definition at line 9 of file TEBNumbering.cc.
00014 : 00015 // 00016 // Name Number Reference set Range Comment 00017 // 00018 // SMTow : Tower number in SuperModule [1,68] (phi,eta) progression 00019 // SMCrys : Crystal number in SuperModule [1,1700] (phi,eta) progression 00020 // SMEcha : Electronic channel number in SuperModule [0,1699] S shape data reading order 00021 // 00022 // TowEcha: Electronic channel number in Tower [0,24] S shape data reading order 00023 // 00024 00025 TEBNumbering::TEBNumbering() { 00026 // Constructor without argument: call to method Init() 00027 00028 Init(); 00029 }