ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger/TrigAccel/TrigCudaFitter/src/TrackSlimmer.h
Go to the documentation of this file.
1// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2#pragma once
3#include<vector>
4
5class RecTrack;
6struct TrackInfoStruct;
7
9{
10 public:
13
14 void processTracks(std::vector<const RecTrack*>&);
15
16 private:
17 std::vector<struct TrackInfoStruct*> m_vpTIS;
18};
TrackSlimmer(void)
std::vector< struct TrackInfoStruct * > m_vpTIS
void processTracks(std::vector< const RecTrack * > &)
~TrackSlimmer(void)