#include "FWCore/Common/interface/TriggerNames.h"
#include "HLTriggerOffline/Common/interface/HltComparator.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include <TH1.h>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef std::vector< std::string > | StringCollection |
Enumerations | |
enum | { kOnOffPass = 0, kOnOffFail, kOnPassOffFail, kOnFailOffPass, kOnOffError, kOnRunOffError, kOnErrorOffRun, kOnRunOffNot, kOnNotOffRun, kOnOffNot } |
typedef std::vector<std::string> StringCollection |
Definition at line 18 of file HltComparator.cc.
anonymous enum |
Enumerator | |
---|---|
kOnOffPass | |
kOnOffFail | |
kOnPassOffFail | |
kOnFailOffPass | |
kOnOffError | |
kOnRunOffError | |
kOnErrorOffRun | |
kOnRunOffNot | |
kOnNotOffRun | |
kOnOffNot |
Definition at line 22 of file HltComparator.cc.