From ffc57435448f309dbe90713fdf532676115a256e Mon Sep 17 00:00:00 2001 From: cblume Date: Wed, 5 Aug 2009 13:30:59 +0000 Subject: [PATCH] Coding rules --- TRD/AliTRDSignalIndex.cxx | 2 +- TRD/AliTRDSignalIndex.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TRD/AliTRDSignalIndex.cxx b/TRD/AliTRDSignalIndex.cxx index 7d7d4987688..32e7cc7ae1f 100644 --- a/TRD/AliTRDSignalIndex.cxx +++ b/TRD/AliTRDSignalIndex.cxx @@ -150,7 +150,7 @@ void AliTRDSignalIndex::Copy(TObject &a) const ((AliTRDSignalIndex &)a).fLayer = fLayer; ((AliTRDSignalIndex &)a).fStack = fStack; ((AliTRDSignalIndex &)a).fSM = fSM; - ((AliTRDSignalIndex &)a).fMaxLimit = fMaxLimit; + ((AliTRDSignalIndex &)a).fMaxLimit = fMaxLimit; ((AliTRDSignalIndex &)a).fPositionRC = fPositionRC; ((AliTRDSignalIndex &)a).fSortedWasInit = fSortedWasInit; ((AliTRDSignalIndex &)a).fCurrRow = fCurrRow; diff --git a/TRD/AliTRDSignalIndex.h b/TRD/AliTRDSignalIndex.h index 4dc8629db61..3be9cc0409c 100644 --- a/TRD/AliTRDSignalIndex.h +++ b/TRD/AliTRDSignalIndex.h @@ -1,5 +1,5 @@ -#ifndef AliTRDSIGNALINDEX_H -#define AliTRDSIGNALINDEX_H +#ifndef ALITRDSIGNALINDEX_H +#define ALITRDSIGNALINDEX_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ @@ -36,7 +36,7 @@ class AliTRDSignalIndex : public TObject void ResetContentConditional(const Int_t nrow, const Int_t ncol, const Int_t ntime); void ResetContent(); void ResetCounters(); - void ResetTbinCounter() { } + void ResetTbinCounter() const { }; void ResetArrays(); @@ -87,8 +87,8 @@ class AliTRDSignalIndex : public TObject Int_t fStack; // Stack position in the full TRD Int_t fSM; // Super module - position in the full TRD - Bool_t *fBoolIndex; // - Short_t *fSortedIndex; // + Bool_t *fBoolIndex; // Indices + Short_t *fSortedIndex; // Sorted indices Int_t fMaxLimit; // Max number of things in the array Int_t fPositionRC; // Position in the SortedIndex Bool_t fSortedWasInit; // Was SortedIndex initialized? -- 2.39.3