◆ Clockwork()
VP1TriggerDecisionSystem::Clockwork::Clockwork |
( |
| ) |
|
◆ ~Clockwork()
VP1TriggerDecisionSystem::Clockwork::~Clockwork |
( |
| ) |
|
◆ getInfo()
void VP1TriggerDecisionSystem::Clockwork::getInfo |
( |
const std::string & |
key, |
|
|
const std::string & |
, |
|
|
std::ostringstream & |
os |
|
) |
| |
Definition at line 140 of file VP1TriggerDecisionSystem.cxx.
143 os <<
" Trigger Information: " << std::endl;
146 if(
key.find(
"L1",0)!= std::string::npos) {
147 os <<
" LV1: " <<
key << std::endl;
150 os <<
" LV1 " << l1iterm->
name() <<
" isPassed: " << l1iterm->
isPassed() << std::endl;
153 os <<
" LV1 " << l1iterm->
name() <<
" isVeto: " << l1iterm->
isVeto() << std::endl;
157 if(
key.find(
"L2",0)!= std::string::npos) {
161 os <<
" LV2: " <<
key <<
" VecSize: " << roif.size() << std::endl;
162 std::vector<Trig::Feature<TrigRoiDescriptor> >
::iterator roiIt = roif.begin();
163 for ( ;roiIt != roif.end(); ++roiIt ) {
169 os <<
" "<< roiIt->label() <<
" ROI: "
170 <<
"(" << roi->
eta() <<
", " << roi->
phi() <<
") " << std::endl;
177 if(
key.find(
"EF",0)!= std::string::npos) {
181 os <<
" EF: " <<
key <<
" VecSize: " << roif.size() << std::endl;
183 std::vector<Trig::Feature<TrigRoiDescriptor> >
::iterator roiIt = roif.begin();
184 for ( ;roiIt != roif.end(); ++roiIt ) {
191 os <<
" "<< roiIt->label() <<
" ROI: "
192 <<
"(" << roi->
eta() <<
", " << roi->
phi() <<
") " << std::endl;
◆ m_trigDec
◆ theclass
The documentation for this class was generated from the following file:
const std::vector< Trig::Feature< T > > get(const std::string &label="", unsigned int condition=TrigDefs::Physics, const std::string &teName="") const
returns flattened vector of Features of given type This method is in fact sullied by 3 arguments.