susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
#include "event_handler_quick.hpp"
#include <iostream>
#include <iomanip>
#include <vector>
#include <string>
#include <limits>
#include <algorithm>
#include "TString.h"
#include "TLorentzVector.h"
#include "TVector3.h"
#include "TVector2.h"
#include "TFile.h"
#include "TROOT.h"
#include "TH1F.h"
#include "fastjet/ClusterSequence.hh"
#include "event_handler_base.hpp"
#include "phys_objects.hpp"
#include "utilities.hpp"
#include "small_tree_quick.hpp"
#include "timer.hpp"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{event_handler_quick.cpp} | |
Variables | |
const double | CSVCuts [] = {0.605, 0.890, 0.970} |
const float | anonymous_namespace{event_handler_quick.cpp}::fltmax = numeric_limits<float>::max() |
const double CSVCuts[] = {0.605, 0.890, 0.970} |
Definition at line 29 of file event_handler_quick.cpp.
Referenced by event_handler_quick::ReduceTree(), and event_handler_quick::WriteFatJets().