ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_BarrelCluster.h
Go to the documentation of this file.
1// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2#ifndef __SCT_BARREL_CLUSTER_H__
3#define __SCT_BARREL_CLUSTER_H__
4
5#include "SCT_Cluster.h"
6
7#include <memory>
8
10{
11 public:
12 SCT_BarrelCluster(std::unique_ptr<const Surface>);
13
14 virtual void setParameters(float* par);
15 virtual TrkBaseNode* createDkfNode(void) const;
16};
17#endif
virtual TrkBaseNode * createDkfNode(void) const
virtual void setParameters(float *par)
SCT_BarrelCluster(std::unique_ptr< const Surface >)
SCT_Cluster(std::unique_ptr< const Surface >)