26 const char* detnam[]={
"DT",
"RPC barrel",
"CSC",
"RPC forward" };
34 cout <<
"**** L1 Mu Pt Scale print *****************************************" << endl;
37 cout <<
"**** L1 Mu Phi Scale print *****************************************" << endl;
40 cout <<
"**** L1 Mu GMT eta Scale print *************************************" << endl;
43 for(
int i=0;
i<4;
i++) {
45 cout <<
"**** L1 Mu " << detnam[
i] <<
" eta Scale print **************************************" << endl;
53 for(
int i=0;
i<4;
i++) {
55 cout <<
"**** L1 GMT " << detnam[
i] <<
" reduced eta Scale print **************************************" << endl;
60 cout <<
"**** L1 GMT delta eta Scale print *************************************" << endl;
63 cout <<
"**** L1 GMT delta phi Scale print *************************************" << endl;
66 for(
int i=0;
i<4;
i++) {
68 cout <<
"**** L1 GMT " << detnam[
i] <<
" overlap eta Scale print **************************************" << endl;
const L1MuScale * getPtScale() const
get the Pt scale
virtual void analyze(const edm::Event &, const edm::EventSetup &)
const L1MuScale * getPhiScale() const
get the phi scale
virtual std::string print() const =0
void printScale(const L1MuScale *)
const L1MuScale * getRegionalEtaScale(int isys) const
get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC) ...
const L1MuScale * getGMTEtaScale() const
get the GMT eta scale
L1MuScalesTester(const edm::ParameterSet &)