Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:13:39

0001 #include "INTTvtxZF4AObj.h"
0002 
0003 INTTvtxZF4AObj::INTTvtxZF4AObj()
0004 :
0005 INTTvtxZ(std::nan("")),
0006 INTTvtxZError(std::nan("")),
0007 NgroupTrapezoidal(std::nan("")),
0008 NgroupCoarse(std::nan("")),
0009 TrapezoidalFitWidth(std::nan("")),
0010 TrapezoidalFWHM(std::nan("")),
0011 NClusAll(-1),
0012 NClusAllInner(-1)
0013 {
0014     return;
0015 }
0016 
0017 void INTTvtxZF4AObj::Reset()
0018 {
0019 
0020   INTTvtxZ = std::nan("");
0021   INTTvtxZError = std::nan("");
0022   NgroupTrapezoidal = std::nan("");
0023   NgroupCoarse = std::nan("");
0024   TrapezoidalFitWidth = std::nan("");
0025   TrapezoidalFWHM = std::nan("");
0026   NClusAll = -1;
0027   NClusAllInner = -1;
0028 
0029   // std::cout << PHWHERE << "ERROR Reset() not implemented by daughter class" << std::endl;
0030   return;
0031 }
0032 
0033 
0034 // void INTTvtxZF4AObj::identify(std::ostream &out) const
0035 // {
0036 //   std::cout << "INTTvtxZF4AObj information" << std::endl;
0037   
0038 //   return;
0039 // }
0040 
0041 int INTTvtxZF4AObj::isValid() const
0042 {
0043   std::cout << PHWHERE << "isValid not implemented by daughter class" << std::endl;
0044   return 0;
0045 }