]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Start translation of the macros helper.C and AliTRDperformanceTrain.h into a
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Aug 2010 07:48:45 +0000 (07:48 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Aug 2010 07:48:45 +0000 (07:48 +0000)
commit7f1490fc57e44ba8910c3db1388e4e320ec27500
treecdaee63640647c71c0d1974978146269f6b167db
parent3f25d96695308365e84224031a3a2ef41c9f58ee
Start translation of the macros helper.C and AliTRDperformanceTrain.h into a
class AliTRDPWG1helper. (Markus)

Reason is the following: Whenever I want to run
the train with a different configuration (like now with the new trigger)
and I copy the add macros to a test directory, rootcint doesn't find the
two macros unless I copy them to the same path. This is something I
don't like because I have to do the same on the grid. It is better to
have this compiled inside a class (as static members) so one only has to
load the library PWG1 and the simply use it.
PWG1/PWG1LinkDef.h
PWG1/TRD/AliTRDpwg1Helper.cxx [new file with mode: 0644]
PWG1/TRD/AliTRDpwg1Helper.h [new file with mode: 0644]