ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_EndCapCluster.h
Go to the documentation of this file.
1// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2#ifndef __SCT_ENDCAP_CLUSTER_H__
3#define __SCT_ENDCAP_CLUSTER_H__
4
5#include "SCT_Cluster.h"
6
8{
9 public:
11 virtual ~SCT_EndCapCluster(void);
12
13 double m_R;
14
15 public:
16 virtual void setParameters(float* par);
17 virtual TrkBaseNode* createDkfNode(void) const;
18};
19
20#endif
SCT_Cluster(const Surface *)
virtual void setParameters(float *par)
virtual TrkBaseNode * createDkfNode(void) const
virtual ~SCT_EndCapCluster(void)
SCT_EndCapCluster(const Surface *)