]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/trigger/AliHLTTriggerBarrelGeomMultiplicity.h
esd to flat converter component changes
[u/mrichter/AliRoot.git] / HLT / trigger / AliHLTTriggerBarrelGeomMultiplicity.h
index b35d68d20ba8a0663ff5a35b9ef3332ad20be932..8a3f1fdf810838004355f02bef6da06fde4bba0b 100644 (file)
@@ -1,3 +1,5 @@
+//-*- Mode: C++ -*-
+// $Id$
 #ifndef ALIHLTTRIGGERBARRELGEOMMULTIPLICITY_H
 #define ALIHLTTRIGGERBARRELGEOMMULTIPLICITY_H
 //* This file is property of and copyright by the ALICE HLT Project        * 
@@ -90,7 +92,6 @@ class AliHLTTriggerBarrelGeomMultiplicity : public AliHLTTrigger
 
   /// inherited from AliHLTComponent, scan one argument and
   /// its parameters
-
   virtual int ScanConfigurationArgument(int argc, const char** argv);
   
   // Get the detector geometries from CDB entry
@@ -105,7 +106,6 @@ class AliHLTTriggerBarrelGeomMultiplicity : public AliHLTTrigger
  private:
 
   /// inherited from AliHLTTrigger: calculate the trigger
-
   virtual int DoTrigger();
 
   /// check whether a track meets the criteria  
@@ -113,7 +113,6 @@ class AliHLTTriggerBarrelGeomMultiplicity : public AliHLTTrigger
   bool CheckCondition(T* track, float b);
 
   // check whether a track is in the desired detectors
-
   template<class T>
   bool IsInDetectors(T* track, float b);