From 051a7fe6716aab58d57242b3dc190cb7555d0786 Mon Sep 17 00:00:00 2001 From: decaro Date: Thu, 25 Mar 2010 22:36:31 +0000 Subject: [PATCH] Coding convention violations: fixed --- TOF/AliTOFChannelOnlineStatusArray.cxx | 1 + TOF/AliTOFDataDCS.cxx | 20 +++++++++----------- TOF/AliTOFDataDCS.h | 16 ++++++---------- TOF/AliTOFFormatDCS.cxx | 7 ++++--- TOF/AliTOFFormatDCS.h | 4 ++-- 5 files changed, 22 insertions(+), 26 deletions(-) diff --git a/TOF/AliTOFChannelOnlineStatusArray.cxx b/TOF/AliTOFChannelOnlineStatusArray.cxx index c131b238db4..cf056f6fe62 100644 --- a/TOF/AliTOFChannelOnlineStatusArray.cxx +++ b/TOF/AliTOFChannelOnlineStatusArray.cxx @@ -123,6 +123,7 @@ void AliTOFChannelOnlineStatusArray::SetNoiseStatus(Int_t pos, UChar_t parr) //________________________________________________________________ void AliTOFChannelOnlineStatusArray::SetLatencyWindow(Int_t pos, Int_t parr) { + // setting latency window for channel at position = pos if (!fLatencyWindow) { AliWarning("couldn't set latency window"); return; diff --git a/TOF/AliTOFDataDCS.cxx b/TOF/AliTOFDataDCS.cxx index 228b297bcc7..451cb139ee3 100644 --- a/TOF/AliTOFDataDCS.cxx +++ b/TOF/AliTOFDataDCS.cxx @@ -44,9 +44,13 @@ Class for handling the TOF DCS data in the Shuttle (C.Zampolli) */ +// AliTOFDataDCS class +// main aim to introduce the aliases for the TOF DCS +// data points to be then +// stored in the OCDB, and to process them. +// Process() method called by TOFPrepr + #include "TString.h" -//#include "TF1.h" -//#include "TH1F.h" #include "TTimeStamp.h" #include "TMap.h" #include "TCanvas.h" @@ -61,12 +65,6 @@ class TH2; class AliCDBMetaData; class TDatime; -// AliTOFDataDCS class -// main aim to introduce the aliases for the TOF DCS -// data points to be then -// stored in the OCDB, and to process them. -// Process() method called by TOFPrepr - ClassImp(AliTOFDataDCS) //--------------------------------------------------------------- @@ -131,7 +129,7 @@ AliTOFDataDCS::AliTOFDataDCS(const AliTOFDataDCS & data): { -// copy constructor + // copy constructor for(int i=0;i