]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/hfe/AliHFEpidTOF.cxx
Coding rules (Markus)
[u/mrichter/AliRoot.git] / PWG3 / hfe / AliHFEpidTOF.cxx
index c7eadeaca00dd77027f14c317bd98fc8b830b1db..232384015af082bbca681268392342d7b7d397d2 100644 (file)
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/
+//
+// Class for TOF PID
+// Implements the abstract base class AliHFEpidBase
+// IsInitialized() does the PID decision
+// 
+// Authors:
+//   Markus Fasel  <M.Fasel@gsi.de>
+//   Matus Kalisky <matus.kalisky@cern.ch>  (contact)
+//
 
 #include <TH2F.h>
 #include <TList.h>
@@ -122,6 +131,9 @@ Int_t AliHFEpidTOF::IsSelected(AliHFEpidObject *vtrack)
 
 //___________________________________________________________________
 Int_t AliHFEpidTOF::MakePIDesd(AliESDtrack *track, AliMCParticle * /*mcTrack*/){
+  //
+  // Does particle identification as discribed in IsSelected
+  //
   Long_t status = 0;
   status = track->GetStatus();