|
||||
File indexing completed on 2024-04-06 12:11:52
0001 // -*- C++ -*- 0002 // 0003 0004 // system include files 0005 #include "TEveTrack.h" 0006 #include "Fireworks/ParticleFlow/interface/setTrackTypePF.h" 0007 0008 // 0009 // constants, enums and typedefs 0010 // 0011 // 0012 // static data member definitions 0013 // 0014 namespace fireworks { 0015 0016 void setTrackTypePF(const reco::PFCandidate& pfCand, TAttLine* track) { 0017 using namespace reco; 0018 0019 // switch (pfCand.particleId() ) { 0020 // case PFCandidate::e: track->SetLineStyle(5); break; 0021 // case PFCandidate::mu: track->SetLineStyle(6); break; 0022 // case PFCandidate::h0: track->SetLineStyle(3); break; 0023 // case PFCandidate::gamma: track->SetLineStyle(7); break; 0024 // default: break; 0025 // } 0026 } 0027 } // namespace fireworks
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |