]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TRD/AliHLTTRDOfflineTrackerV1Component.h
Updated SNM Glauber fit
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDOfflineTrackerV1Component.h
CommitLineData
4de61263 1//-*- Mode: C++ -*-
2// $Id$
3#ifndef ALIHLTTRDOFFLINETRACKERV1COMPONENT_H
4#define ALIHLTTRDOFFLINETRACKERV1COMPONENT_H
5//* This file is property of and copyright by the ALICE HLT Project *
6//* ALICE Experiment at CERN, All rights reserved. *
7//* See cxx source for full Copyright notice *
8
ebf7a8e8 9/** @file AliHLTTRDOfflineTrackerV1Component.cxx
4de61263 10 @author
11 @date 2009-08-31
12 @brief
13*/
14
15#include "AliHLTTRDTrackerV1Component.h"
16
17class AliHLTTRDOfflineTrackerV1Component : public AliHLTTRDTrackerV1Component
18{
19public:
20 AliHLTTRDOfflineTrackerV1Component();
21 virtual ~AliHLTTRDOfflineTrackerV1Component();
22
23 const char* GetComponentID();
c1c0ed93 24 void GetInputDataTypes( vector<AliHLTComponentDataType>& list);
25 AliHLTComponentDataType GetOutputDataType();
2359a6ef 26 int GetOutputDataTypes(AliHLTComponentDataTypeList& tgtList);
27 virtual void GetOutputDataSize( unsigned long& constBase, double& inputMultiplier );
4de61263 28 AliHLTComponent* Spawn();
29
9cafabed 30 int DoEvent( const AliHLTComponent_EventData& evtData, const AliHLTComponent_BlockData* blocks,
2359a6ef 31 AliHLTComponent_TriggerData& trigData, AliHLTUInt8_t* outputPtr,
32 AliHLTUInt32_t& size, vector<AliHLTComponent_BlockData>& outputBlocks );
4de61263 33
d6eceb66 34 int SetParams();
35
9cafabed 36protected:
4de61263 37
38 ClassDef(AliHLTTRDOfflineTrackerV1Component, 1)
39
40};
41#endif