All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BaseFlashHypothesis.cxx
Go to the documentation of this file.
1 #ifndef BASEFLASHHYPOTHESIS_CXX
2 #define BASEFLASHHYPOTHESIS_CXX
3 
4 #include "BaseFlashHypothesis.h"
5 
6 namespace flashmatch {
7 
9  {
10  Flash_t res;
11  //res.pe_v.resize(OpDetXArray().size());
12 
13  FillEstimate(tpc,res);
14  return res;
15  }
16 
17 }
18 #endif
virtual void FillEstimate(const QCluster_t &, Flash_t &) const =0
Method to simply fill provided reference of flashmatch::Flash_t.
Struct to represent an optical flash.
Collection of charge deposition 3D point (cluster)
Flash_t GetEstimate(const QCluster_t &) const
Method to create flashmatch::Flash_t object and return.