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