#include <iostream>
#include <sstream>
#include <istream>
#include <fstream>
#include <iomanip>
#include <string>
#include <cmath>
#include <functional>
#include <cstdlib>
#include <cstring>
#include "DataFormats/EgammaReco/interface/ElectronPixelSeed.h"
#include "DataFormats/EgammaReco/interface/ElectronPixelSeedFwd.h"
#include "HLTrigger/HLTanalyzers/interface/HLTEgamma.h"
#include "HLTMessages.h"
Go to the source code of this file.
Variables | |
static const size_t | kMaxEl = 10000 |
static const size_t | kMaxhEle = 500 |
static const size_t | kMaxhEleLW = 500 |
static const size_t | kMaxhPhot = 500 |
static const size_t | kMaxPhot = 10000 |
const size_t kMaxEl = 10000 [static] |
Definition at line 17 of file HLTEgamma.cc.
Referenced by HLTEgamma::clear(), and HLTEgamma::setup().
const size_t kMaxhEle = 500 [static] |
Definition at line 20 of file HLTEgamma.cc.
Referenced by HLTEgamma::clear(), and HLTEgamma::setup().
const size_t kMaxhEleLW = 500 [static] |
Definition at line 21 of file HLTEgamma.cc.
Referenced by HLTEgamma::clear(), and HLTEgamma::setup().
const size_t kMaxhPhot = 500 [static] |
Definition at line 19 of file HLTEgamma.cc.
Referenced by HLTEgamma::clear(), and HLTEgamma::setup().
const size_t kMaxPhot = 10000 [static] |
Definition at line 18 of file HLTEgamma.cc.
Referenced by HLTEgamma::clear(), and HLTEgamma::setup().