Imperial Analysis
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PFCandidate.hh File Reference
#include <vector>
#include "Math/Point3D.h"
#include "Math/Point3Dfwd.h"
#include "../interface/Candidate.hh"
#include "Rtypes.h"

Go to the source code of this file.

Data Structures

class  ic::PFCandidate
 Stores the basic properties of PFCandidates (and PackedCandidates for CMSSW 7_X_Y) More...
 

Namespaces

 ic
 

Typedefs

typedef std::vector
< ic::PFCandidate
ic::PFCandidateCollection
 

Enumerations

enum  ic::PFType {
  ic::X, ic::h, ic::e, ic::mu,
  ic::gamma, ic::h0, ic::h_HF, ic::egamma_HF
}
 
enum  ic::PFFlag {
  ic::NORMAL = 0, ic::E_PHI_SMODULES, ic::E_ETA_0, ic::E_ETA_MODULES,
  ic::E_BARREL_ENDCAP, ic::E_PRESHOWER_EDGE, ic::E_PRESHOWER, ic::E_ENDCAP_EDGE,
  ic::H_ETA_0, ic::H_BARREL_ENDCAP, ic::H_ENDCAP_VFCAL, ic::H_VFCAL_EDGE,
  ic::T_TO_DISP, ic::T_FROM_DISP, ic::T_FROM_V0, ic::T_FROM_GAMMACONV,
  ic::GAMMA_TO_GAMMACONV
}