NtupleReader/NtupleReader/MyTrackJet.h

00001 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00002 // 26.07.2007, AUTHOR: OLIVER KORTNER
00003 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00004 
00005 #ifndef MyTrackJetH
00006 #define MyTrackJetH
00007 
00008 //::::::::::::::::::::::
00009 //:: CLASS MyTrackJet ::
00010 //::::::::::::::::::::::
00011 
00019 
00020 //::::::::::::::::::
00021 //:: HEADER FILES ::
00022 //::::::::::::::::::
00023 
00024 // standard C++ //
00025 #include <iostream>
00026 
00027 // ROOT //
00028 #include "TLorentzVector.h"
00029 
00030 // MyParticle base class //
00031 #include "MyParticle.h"
00032 
00033 class MyTrackJet : public MyParticle {
00034 
00035 public:
00036 // Constructors //
00037         MyTrackJet(void) {}
00039         MyTrackJet(const TLorentzVector & p, const int & index) : 
00040                 MyParticle(p, 0, 0, index, "track_jet") {}
00044 
00045 };
00046 
00047 #endif

Generated on Tue Oct 21 11:50:45 2008 for NtupleAnalysis by  doxygen 1.5.1