LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Slice.cxx
Go to the documentation of this file.
4 
5 #include <iomanip>
6 #include <iostream>
7 
8 namespace recob{
9 
10  //----------------------------------------------------------------------
12  :
14  {
15  }
16 
17  //----------------------------------------------------------------------
18  Slice::Slice(int id, float aspectratio)
19  : fID(id)
20  , fAspectRatio(aspectratio)
21  {
22  }
23 
24 }
Namespace for general, non-LArSoft-specific utilities.
Definition: PIDAAlg.h:17
Reconstruction base classes.
float fAspectRatio
absolute value of the linear correlation coefficient (0 = round blob, 1 = line)
Definition: Slice.h:27
constexpr int kBogusI
obviously bogus integer value
int fID
id for this slice
Definition: Slice.h:26
constexpr float kBogusF
obviously bogus float value