CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
setTrackTypePF.h
Go to the documentation of this file.
1 #ifndef Fireworks_ParticleFlow_setTrackTypePF_h
2 #define Fireworks_ParticleFlow_setTrackTypePF_h
3 // -*- C++ -*-
4 //
5 
6 // system include files
7 #include "Rtypes.h"
8 #include "TAttLine.h"
10 
11 // user include files
12 
13 // forward declarations
14 namespace reco {
15  class PFCandidate;
16 }
17 class TEveTrack;
18 
19 
20 namespace fireworks {
21  void setTrackTypePF(const reco::PFCandidate& pfCand,
22  TAttLine* track );
23 
24 }
25 
26 #endif
void setTrackTypePF(const reco::PFCandidate &pfCand, TAttLine *track)
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:39