#include <vector>
#include <set>
#include <string>
#include <iostream>
#include <sstream>
#include <fstream>
#include <stdio.h>
#include <iomanip>
#include <memory>
#include <cstring>
#include <unistd.h>
#include <getopt.h>
#include <math.h>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <TFile.h>
#include <TCanvas.h>
#include <TH1F.h>
#include <TH2F.h>
#include <TGraphAsymmErrors.h>
#include "FWCore/Common/interface/TriggerNames.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ParameterSet/interface/Registry.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/HLTReco/interface/TriggerObject.h"
#include "DataFormats/HLTReco/interface/TriggerEvent.h"
#include "DataFormats/FWLite/interface/Handle.h"
#include "DataFormats/FWLite/interface/Event.h"
#include "DataFormats/FWLite/interface/ChainEvent.h"
#include "HLTrigger/HLTcore/interface/HLTConfigData.h"
Go to the source code of this file.
|
bool | check_file (std::string const &file) |
|
bool | check_files (std::vector< std::string > const &files) |
|
void | error (std::ostream &out) |
|
void | error (std::ostream &out, const char *message) |
|
void | error (std::ostream &out, const std::string &message) |
|
const char * | event_state (bool state) |
|
std::unique_ptr< HLTConfigDataEx > | getHLTConfigData (fwlite::EventBase const &event, std::string process) |
|
std::string | getProcessNameFromBranch (std::string const &branch) |
|
int | main (int argc, char **argv) |
|
std::ostream & | operator<< (std::ostream &out, TriggerDiff diff) |
|
const char * | path_state (State state) |
|
State | prescaled_state (int state, int path, int module, HLTConfigInterface const &config) |
|
void | print_detailed_path_state (std::ostream &out, State state, int path, int module, HLTConfigInterface const &config) |
|
void | print_trigger_candidates (std::ostream &out, trigger::TriggerEvent const &summary, edm::InputTag const &filter) |
|
void | print_trigger_collection (std::ostream &out, trigger::TriggerEvent const &summary, std::string const &tag) |
|
std::string | strip_process_name (std::string const &s) |
|
Enumerator |
---|
Ready |
|
Pass |
|
Fail |
|
Exception |
|
Prescaled |
|
Invalid |
|
Definition at line 286 of file hltDiff.cc.
bool check_file |
( |
std::string const & |
file | ) |
|
bool check_files |
( |
std::vector< std::string > const & |
files | ) |
|
void error |
( |
std::ostream & |
out | ) |
|
void error |
( |
std::ostream & |
out, |
|
|
const char * |
message |
|
) |
| |
void error |
( |
std::ostream & |
out, |
|
|
const std::string & |
message |
|
) |
| |
const char* event_state |
( |
bool |
state | ) |
|
std::string getProcessNameFromBranch |
( |
std::string const & |
branch | ) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
TriggerDiff |
diff |
|
) |
| |
const char* path_state |
( |
State |
state | ) |
|
void print_detailed_path_state |
( |
std::ostream & |
out, |
|
|
State |
state, |
|
|
int |
path, |
|
|
int |
module, |
|
|
HLTConfigInterface const & |
config |
|
) |
| |
void print_trigger_collection |
( |
std::ostream & |
out, |
|
|
trigger::TriggerEvent const & |
summary, |
|
|
std::string const & |
tag |
|
) |
| |
std::string strip_process_name |
( |
std::string const & |
s | ) |
|