X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FASTSIM%2FAliFastMuonTrackingEff.cxx;h=87031ab5058318fc407365841673c509085cb8de;hb=230b7affd406ccfab820a2629f3f0131abb9c15d;hp=ce1ff34acad7c209ab849d7b7edb2419db69de6f;hpb=204322181df0eb11c7c6943d3f6bd03a877c2e02;p=u%2Fmrichter%2FAliRoot.git diff --git a/FASTSIM/AliFastMuonTrackingEff.cxx b/FASTSIM/AliFastMuonTrackingEff.cxx index ce1ff34acad..87031ab5058 100644 --- a/FASTSIM/AliFastMuonTrackingEff.cxx +++ b/FASTSIM/AliFastMuonTrackingEff.cxx @@ -22,6 +22,9 @@ // Author: Alessandro de Falco // alessandro.de.falco@ca.infn.it // + +#include + #include "AliFastMuonTrackingEff.h" #include "AliMUONFastTracking.h" @@ -29,15 +32,20 @@ ClassImp(AliFastMuonTrackingEff) AliFastMuonTrackingEff::AliFastMuonTrackingEff() : - AliFastResponse("Efficiency", "Muon Tracking Efficiency") + AliFastResponse("Efficiency", "Muon Tracking Efficiency"), + fBackground(1.), + fCharge(1.), + fFastTracking(0) { // // Constructor - SetBackground(); } AliFastMuonTrackingEff::AliFastMuonTrackingEff(const AliFastMuonTrackingEff& eff) - :AliFastResponse(eff) + :AliFastResponse(eff), + fBackground(1.), + fCharge(1.), + fFastTracking(0) { // Copy constructor eff.Copy(*this);