StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AliHLTTPCCAStartHitsFinder.h
1 //-*- Mode: C++ -*-
2 
3 //* This file is property of and copyright by the ALICE HLT Project *
4 //* ALICE Experiment at CERN, All rights reserved. *
5 //* See cxx source for full Copyright notice *
6 
7 #ifndef ALIHLTTPCCASTARTHITSFINDER_H
8 #define ALIHLTTPCCASTARTHITSFINDER_H
9 
10 #include "AliHLTTPCCADef.h"
11 
12 class AliHLTTPCCATracker;
14 
21  static void run( AliHLTTPCCATracker &tracker, AliHLTTPCCASliceData &data, int iter );
22 };
23 
24 #endif