]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/AliHLTSamplePreprocessor.h
Particle min pt cut = 0 at generator level (don't affect jets, only signle particle...
[u/mrichter/AliRoot.git] / HLT / SampleLib / AliHLTSamplePreprocessor.h
index f51102d43071769046d8b637afd53b52ddbaefae..9773200d220adfd3836e49ab222f4b8c8150f98e 100644 (file)
@@ -1,24 +1,17 @@
 //-*- Mode: C++ -*-
-// @(#) $Id: AliHLTSamplePreprocessor.h 23318 2008-01-14 12:43:28Z hristov $
+// $Id: AliHLTSamplePreprocessor.h 23318 2008-01-14 12:43:28Z hristov $
 
 #ifndef ALIHLTSAMPLEPREPROCESSOR_H
 #define ALIHLTSAMPLEPREPROCESSOR_H
-//* This file is property of and copyright by the ALICE HLT Project        * 
+//* This file is property of and copyright by the                          * 
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               */
 
-/**
- * @file   AliHLTSamplePreprocessor.h
- * @author Kenneth Aamodt, Sebastian Bablok
- * @date   2007-12-06
- * @brief  HLT Preprocessor plugin for the AliHLTSample library
- */
-
-// see below for class documentation
-// or
-// refer to README to build package
-// or
-// visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
+/// @file   AliHLTSamplePreprocessor.h
+/// @author Kenneth Aamodt, Sebastian Bablok
+/// @date   2007-12-06
+/// @brief  HLT Preprocessor plugin for the AliHLTSample library
+///
 
 #include "AliHLTModulePreprocessor.h"
 
@@ -61,6 +54,11 @@ class AliHLTSamplePreprocessor : public AliHLTModulePreprocessor
   /** Define for Temperature Histogram filename */
   static const char* fgkTempHistoFileName;             // see above
 
+  /** Define module id */
+  const char* GetModuleID() {return "AliHLTSamplePreprocessor";};
+
+  Int_t GetModuleNumber() {return AliHLTModulePreprocessor::DetectorBitMask("TPC");};
+
  protected:
 
  private: