]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerGUIdimap.h
Coding rules and bug fix in AliMUONTriggerGUI (select the right digit store from...
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerGUIdimap.h
index c23d35615049e2b03247a17a71317c1d5b9c5519..138261151c162d624edaecf760fb00db37a7b257 100644 (file)
@@ -33,11 +33,11 @@ public:
  virtual ~AliMUONTriggerGUIdimap();
  
  /// set the current muon loader
- void SetLoader(AliLoader *loader) { fLoader = loader; };
+ void SetLoader(AliLoader * const loader) { fLoader = loader; };
  /// set the MC data interface
- void SetMCDataInterface(AliMUONMCDataInterface *mc) { fMCDataInterface = mc; };
+ void SetMCDataInterface(AliMUONMCDataInterface * const mc) { fMCDataInterface = mc; };
  /// set the digit store from raw data
- void SetRawDigitStore(AliMUONDigitStoreV1 *ds) { fRawDigitStore = ds; };
+ void SetRawDigitStore(AliMUONDigitStoreV1 * const ds) { fRawDigitStore = ds; };
 
  /// return info if the map is open
  Bool_t IsOn() const { return fIsOn; };