]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/TRD/info/AliTRDpidInfo.cxx
fix codding conventions. Still to be done:
[u/mrichter/AliRoot.git] / PWG1 / TRD / info / AliTRDpidInfo.cxx
index 3979c29f6cf44c9a7f3b1573f05fe5c54c412065..07fed448ae93556011d612d12371b12b95643bd6 100644 (file)
@@ -1,3 +1,12 @@
+////////////////////////////////////////////////////////////////////////////
+//                                                                        //
+//  TRD PID/Track summary info for performance                            //
+//                                                                        //
+//  Authors:                                                              //
+//    Alexandru Bercuci <A.Bercuci@gsi.de>                                //
+//                                                                        //
+////////////////////////////////////////////////////////////////////////////
+
 #include "AliTRDpidInfo.h"
 #include "AliTRDgeometry.h"
 
@@ -44,6 +53,7 @@ AliTRDpidInfo::~AliTRDpidInfo()
 //________________________________________________________________________
 AliTRDpidInfo::AliTRDpidData const* AliTRDpidInfo::GetDataInLayer(Int_t ily) const
 {
+// Extract PID raw signals for layer "ily"
   if(!fData) return NULL;
   if(ily<0 || ily>=AliTRDgeometry::kNlayer) return NULL;