X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Femcal_hits.C;h=bd8fdc785c334336a3a418dc4b8e76f292f84eca;hb=ff2a824d82f04de485433f047c989f830e2ac299;hp=4d47af0707b89c0c4e2901bca27790a3abc82236;hpb=199f125cccc7ed73b3de2a5d6bfa8ce4fcf8ea68;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/emcal_hits.C b/EVE/alice-macros/emcal_hits.C index 4d47af0707b..bd8fdc785c3 100644 --- a/EVE/alice-macros/emcal_hits.C +++ b/EVE/alice-macros/emcal_hits.C @@ -6,6 +6,17 @@ * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for * * full copyright notice. * **************************************************************************/ +#if !defined(__CINT__) || defined(__MAKECINT__) +#include +#include +#include +#include +#include +#include + +#include +#include +#endif TEvePointSet* emcal_hits(const char *varexp = "fX:fY:fZ", @@ -23,7 +34,7 @@ emcal_hits(const char *varexp = "fX:fY:fZ", ps.Select(); if (points->Size() == 0 && gEve->GetKeepEmptyCont() == kFALSE) { - Warning("emcal_hits", Form("No hits match '%s'", selection)); + Warning("emcal_hits", "No hits match '%s'",selection); delete points; return 0; }