Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:50

0001 #ifndef Fireworks_ParticleFlow_setTrackTypePF_h
0002 #define Fireworks_ParticleFlow_setTrackTypePF_h
0003 // -*- C++ -*-
0004 //
0005 
0006 // system include files
0007 #include "Rtypes.h"
0008 #include "TAttLine.h"
0009 #include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
0010 
0011 // user include files
0012 
0013 // forward declarations
0014 namespace reco {
0015   class PFCandidate;
0016 }
0017 class TEveTrack;
0018 
0019 namespace fireworks {
0020   void setTrackTypePF(const reco::PFCandidate& pfCand, TAttLine* track);
0021 
0022 }
0023 
0024 #endif