Tau.cxx

Go to the documentation of this file.
00001 #include "AtlfastEvent/Tau.h"
00002 
00003 namespace Atlfast
00004 {
00005     //-------------------------------------------------------------------------
00006     // Constructor
00007     //-------------------------------------------------------------------------
00008     Tau::Tau()
00009     {
00010         m_nTrack     = 0;
00011         m_isTrueTau  = 0;
00012         m_sumQTrack  = 0;
00013         
00014         m_eleVeto    = 0;
00015         m_muoVeto    = 0;
00016         
00017         m_discriminant = 0;
00018     };
00019 }

Generated on Fri Sep 21 13:00:10 2007 for AtlfastEvent by  doxygen 1.5.1