StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AliHLTTPCCANeighboursCleaner.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 ALIHLTTPCCANEIGHBOURSCLEANER_H
8 #define ALIHLTTPCCANEIGHBOURSCLEANER_H
9 
10 
11 #include "AliHLTTPCCADef.h"
12 #include "AliHLTTPCCAParam.h"
13 
15 
21  static void run( const int numberOfRows, AliHLTTPCCASliceData &data, const AliHLTTPCCAParam &param );
22 };
23 
24 #endif