All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRPFP.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRPFP.cxx
3 ////////////////////////////////////////////////////////////////////////
4 
6 
7 namespace caf {
8 
10  : id(-5)
11  , ndaughters(0)
12  , daughters()
13  , parent(-5)
14  , parent_is_primary(false)
15  , trackScore(-5.f)
16  , slcID(-5)
17 {
18 }
19 
20 } // end namespace caf
21 ////////////////////////////////////////////////////////////////////////
SRPFP()
Definition: SRPFP.cxx:9