00001 #ifndef DetailedParticle_H 00002 #define DetailedParticle_H 00003 00004 #include "NueAna/ParticlePID/ParticleFinder/ParticleObjectHolder.h" 00005 #include "NueAna/ParticlePID/ParticleFinder/ParticleObject.h" 00006 #include "NueAna/ParticlePID/ParticleAna/PRecord.h" 00007 #include "TChain.h" 00008 00009 00010 class DetailedParticle 00011 { 00012 00013 public: 00014 DetailedParticle(const char*fname); 00015 ~DetailedParticle(); 00016 void Run(); 00017 int PassesPreselec(); 00018 00019 TChain * input; 00020 ParticleObjectHolder *poh; 00021 00022 TChain * inputPA; 00023 PRecord *prec; 00024 00025 }; 00026 00027 00028 #endif 00029
1.3.9.1