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
8{
9 public:
11 virtual ~SCT_BarrelCluster(void);
12
13 virtual void setParameters(float* par);
14 virtual TrkBaseNode* createDkfNode(void) const;
15};
16#endif
virtual TrkBaseNode * createDkfNode(void) const
virtual void setParameters(float *par)
virtual ~SCT_BarrelCluster(void)
SCT_BarrelCluster(const Surface *)
SCT_Cluster(const Surface *)