Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46079
b: "refs/heads/CMSSW_7_1_X"
c: 311e477
h: "refs/heads/CMSSW_7_1_X"
i:
  46077: de2b718
  46075: 53cfc5f
  46071: 880f8ae
  46063: 8cba6c7
  46047: 343269f
  46015: f76f312
  45951: 0f47396
  45823: e96a6dd
  45567: ca5c9d7
  45055: 5cfb651
v: v3
  • Loading branch information
Nuno Viegas Guerreiro Leonardo committed Jun 18, 2008
1 parent 3592c42 commit 8bb7b5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": b817792620a4bc181463d4987e872073ce4c5fb5
"refs/heads/CMSSW_7_1_X": 311e477a074c7055448379bb008ef0936370e3d9
23 changes: 0 additions & 23 deletions trunk/L1Trigger/HardwareValidation/src/L1Comparator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,29 +101,6 @@ L1Comparator::L1Comparator(const edm::ParameterSet& iConfig) {
}
}

for(int sys=0; sys<DEnsys; sys++) {
std::string data_label = SystLabel[sys] + "sourceData";
std::string emul_label = SystLabel[sys] + "sourceEmul";
m_DEsource[sys][0] = iConfig.getParameter<edm::InputTag>(data_label);
m_DEsource[sys][1] = iConfig.getParameter<edm::InputTag>(emul_label);
if(sys==CTF) {
std::string data_label(""); data_label+="CTTsourceData";
std::string emul_label(""); emul_label+="CTTsourceEmul";
m_DEsource[sys][2] = iConfig.getParameter<edm::InputTag>(data_label);
m_DEsource[sys][3] = iConfig.getParameter<edm::InputTag>(emul_label);
}
if(m_doSys[sys] && verbose()) {
std::cout << " sys:" << sys << " label:" << SystLabel[sys]
<< "\n\tdt:" << data_label << " : " <<m_DEsource[sys][0]
<< "\n\tem:" << emul_label << " : " <<m_DEsource[sys][1]
<< std::endl;
if(sys==CTF) {
std::cout << "\tdt:" << data_label << " : " <<m_DEsource[sys][2]
<< "\n\tem:" << emul_label << " : " <<m_DEsource[sys][3]
<< std::endl;
}
}
}

m_fedId = iConfig.getUntrackedParameter<int>("FEDid", 0);
m_FEDsource[0] =
Expand Down

0 comments on commit 8bb7b5b

Please sign in to comment.