Skip to content

Commit

Permalink
ALIROOT-6561 Flag the hvMap so that the St1 dcs alias patch is no lon…
Browse files Browse the repository at this point in the history
…ger applied
  • Loading branch information
aphecetche committed Feb 23, 2016
1 parent 57174d1 commit f5d8c27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MUON/MUONshuttle/AliMUONHVSubprocessor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
#include "TMap.h"
#include "TObjString.h"

#include "AliMUONCalibrationData.h"

/// \cond CLASSIMP
ClassImp(AliMUONHVSubprocessor)
/// \endcond
Expand Down Expand Up @@ -68,6 +70,8 @@ AliMUONHVSubprocessor::Process(TMap* dcsAliasMap)
TMap hv;
hv.SetOwner(kTRUE);

hv.SetUniqueID(AliMUONCalibrationData::PatchHVDCSAliasesSt1WasAppliedMask());

AliMpDCSNamer hvNamer("TRACKER");

AliMpDEIterator deIt;
Expand Down

0 comments on commit f5d8c27

Please sign in to comment.