ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger/TrigAccel/TrigCudaFitter/src/SiCluster.h
Go to the documentation of this file.
1// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2#ifndef __SI_CLUSTER_H__
3#define __SI_CLUSTER_H__
4
5class TrkBaseNode;
6class Surface;
7
9{
10 public:
12 virtual ~SiCluster(void);
13
14 virtual void setParameters(float* par) = 0;
15 virtual TrkBaseNode* createDkfNode(void) const = 0;
16
17 protected:
19};
20
21#endif
22
virtual void setParameters(float *par)=0
virtual TrkBaseNode * createDkfNode(void) const =0
SiCluster(const Surface *)
virtual ~SiCluster(void)