Skip to content

Commit

Permalink
Fix time stamp in dip event estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
wiechula committed Dec 6, 2018
1 parent 60da1b9 commit 93d0b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TPC/TPCrec/AliTPCtracker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9371,7 +9371,7 @@ Bool_t AliTPCtracker::IsTPCHVDipEvent(AliESDEvent const *esdEvent)
// and scanning period
const Double_t kTPCHVdip = db->GetParameters()->GetMaxDipVoltage();
const Double_t dipEventScanPeriod = db->GetParameters()->GetVoltageDipScanPeriod();
const Double_t tevSec = esdEvent->GetTimeStamp();
const Double_t tevSec = esdEvent->GetTimeStampCTP();

for(Int_t sector=0; sector<72; sector++)
{
Expand Down

0 comments on commit 93d0b32

Please sign in to comment.