ATLAS Offline Software
SelectedParticles_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // SelectedParticles_p1.h
8 // Header file for class SelectedParticles_p1
9 // persistent form of SelectedParticles (contents identical to SelectedParticles)
10 //
11 // Author: S. Protopopescu <serban@bnl.gov>
13 #ifndef SELECTEDPARTICLES_P1_H
14 #define SELECTEDPARTICLES_P1_H 1
15 
17 public:
18 
20  std::vector<unsigned> m_bits;
21 };
22 
23 #endif
SelectedParticles_p1::SelectedParticles_p1
SelectedParticles_p1()
Definition: SelectedParticles_p1.h:19
SelectedParticles_p1::m_bits
std::vector< unsigned > m_bits
Definition: SelectedParticles_p1.h:20
SelectedParticles_p1
Definition: SelectedParticles_p1.h:16