Skip to content

Commit

Permalink
revert change of flag to shift DCal columns to false
Browse files Browse the repository at this point in the history
  • Loading branch information
gconesab committed Apr 20, 2016
1 parent 817005f commit a466fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMCAL/EMCALUtils/AliEMCALTriggerMappingV2.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class AliEMCALTriggerMappingV2 : public AliEMCALTriggerMapping
Bool_t GetSMIsCside(Int_t iSM) const {
return (iSM%2 == 1)? kTRUE : kFALSE ;
}
static const Bool_t flag = kTRUE ;
static const Bool_t flag = kFALSE ;

ClassDef(AliEMCALTriggerMappingV2,1)
};
Expand Down

0 comments on commit a466fe4

Please sign in to comment.