]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliJetUnitArray.h
Coding conventions
[u/mrichter/AliRoot.git] / JETAN / AliJetUnitArray.h
index cc0f0d0856a583c4b72d8b79d7e61b9c0399663d..79d5fa512b145a9e9897ccbc8167b54e5890b755 100644 (file)
@@ -89,10 +89,10 @@ class AliJetUnitArray : public TObject
   Int_t           fUnitID;            // ID of the unit
   Int_t           fUnitNum;           // number of units
   Int_t           fUnitClusterID;     // ID of the unit
-  AliJetFinderUnitFlagType_t         fUnitFlag; //Flag of the unit
-  AliJetFinderUnitCutFlagType_t      fUnitCutFlag; //Flag of the unit
-  AliJetFinderUnitSignalFlagType_t   fUnitSignalFlag; //Flag of the unit
-  AliJetFinderUnitDetectorFlagType_t fUnitDetectorFlag; // Detector flag of the unit
+  AliJetFinderUnitFlagType_t         fUnitFlag;          // Flag of the unit
+  AliJetFinderUnitCutFlagType_t      fUnitCutFlag;       // Flag of the unit
+  AliJetFinderUnitSignalFlagType_t   fUnitSignalFlag;    // Flag of the unit
+  AliJetFinderUnitDetectorFlagType_t fUnitDetectorFlag;  // Detector flag of the unit
 
   ClassDef(AliJetUnitArray,3)
 };