]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EPOS/AliGenEposIsajetToPdgConverter.h
Speedup of v2 task (Giacomo)
[u/mrichter/AliRoot.git] / EPOS / AliGenEposIsajetToPdgConverter.h
index c74889cbbd320a86e6d62ebd7d95252d5b9382d3..ee148d1676891bf5b569cd08e9c1d0ba80a5b9c9 100644 (file)
@@ -1,21 +1,21 @@
-/*
- * AliGenEposIsajetToPdgConverter.h
- *
- *  Helper class used by TEpos to insert EPOS internal objects and higher
- *  resonances to PDG database.
- *  Quark clusters has has unaltered code, unknown objects have code of
- *  form 6xxxxxxxx, and higher resonances have codes from Particle Physics
- *  Review '96
- *
- *  Created on: Aug 03, 2009
- *      Author: Piotr Ostrowski, postrow@if.pw.edu.pl
- */
+//
+// AliGenEposIsajetToPdgConverter.h
+//
+//  Helper class used by TEpos to insert EPOS internal objects and higher
+//  resonances to PDG database.
+//  Quark clusters has has unaltered code, unknown objects have code of
+//  form 6xxxxxxxx, and higher resonances have codes from Particle Physics
+//  Review '96
+//
+//  Created on: Aug 03, 2009
+//      Author: Piotr Ostrowski, postrow@if.pw.edu.pl
+//
 
 
-#ifndef ALIGENEPOSISAJETTOPDGCONVERTER_H_
-#define ALIGENEPOSISAJETTOPDGCONVERTER_H_
+#ifndef ALI_GEN_EPOS_ISAJET_TO_PDG_CONVERTER_H
+#define ALI_GEN_EPOS_ISAJET_TO_PDG_CONVERTER_H
 
-#include <TROOT.h>
+#include <Rtypes.h>
 
 class TDatabasePDG;
 
@@ -24,19 +24,19 @@ class AliGenEposIsajetToPdgConverter
 public:
        AliGenEposIsajetToPdgConverter();
        
-       Int_t ConvertIsajetToPdg(Int_t isajet);
+       Int_t ConvertIsajetToPdg(Int_t isajet) const;
 
        virtual ~AliGenEposIsajetToPdgConverter();
        static void AddHigherResonances();
 
 private:
-       Int_t ExtendedMapping(Int_t isajet);
-       void AddQuarkCluster(Int_t clusterCode);
-       Int_t AddUnknownObject(Int_t code);
+       Int_t ExtendedMapping(Int_t isajet) const;
+       void AddQuarkCluster(Int_t clusterCode) const ;
+       Int_t AddUnknownObject(Int_t code) const;
 
-       static Bool_t sfParticlesAdded; //flag indicating that resonances
+       static Bool_t fgParticlesAdded; //flag indicating that resonances
                                        // have been alredy inserted
        ClassDef(AliGenEposIsajetToPdgConverter,1)
 };
 
-#endif /* ALIGENEPOSISAJETTOPDGCONVERTER_H_ */
+#endif /* ALI_GEN_EPOS_ISAJET_TO_PDG_CONVERTER_H */