#include <cmath>
#include <algorithm>
#include <utility>
#include <cstring>
#include <boost/foreach.hpp>
#include <TTree.h>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Common/interface/View.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include "DataFormats/BTauReco/interface/JetTag.h"
#include "HLTrigger/HLTanalyzers/interface/HLTBJet.h"
#include "HLTMessages.h"
Go to the source code of this file.
Variables | |
static const size_t | kMaxBJets = 10 |
const size_t kMaxBJets = 10 [static] |
Definition at line 20 of file HLTBJet.cc.
Referenced by HLTBJet::analyseCorrectedJets(), HLTBJet::analyseJets(), HLTBJet::analyseLifetime(), HLTBJet::analyseLifetimeSingleTrack(), HLTBJet::analysePerformance(), HLTBJet::clear(), and HLTBJet::HLTBJet().