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
7#include <memory>
8
10{
11 public:
12 SCT_EndCapCluster(std::unique_ptr<const Surface>);
13
14 double m_R{};
15
16 public:
17 virtual void setParameters(float* par);
18 virtual TrkBaseNode* createDkfNode(void) const;
19};
20
21#endif
SCT_Cluster(std::unique_ptr< const Surface >)
SCT_EndCapCluster(std::unique_ptr< const Surface >)
virtual void setParameters(float *par)
virtual TrkBaseNode * createDkfNode(void) const