213 std::unique_ptr<std::vector<recob::Track> > tcol(
new std::vector<recob::Track>);
214 std::unique_ptr< std::vector<recob::SpacePoint> > spcol (
new std::vector<recob::SpacePoint>);
234 for (
unsigned int ii = 0; ii < mctruthListHandle->size(); ++ii)
242 std::vector< art::Ptr<recob::SpacePoint> > spacepoints;
245 mf::LogInfo(
"Track3DKalman: ") <<
"There are " << trackListHandle->size() <<
" Track3Dreco/SpacePt tracks/groups (whichever) in this event.";
251 for(
unsigned int ii = 0; ii < trackListHandle->size(); ++ii)
272 for(
unsigned int ii = 0; ii < mclist.
size(); ++ii )
276 for(
int jj = 0; jj < mc->NParticles(); ++jj)
279 mf::LogInfo(
"Track3DKalman: ") <<
"FROM MC TRUTH, the particle's pdg code is: "<<part.PdgCode()<<
" with energy = "<<part.E() <<
", with energy = "<<part.E()<<
" and vtx and momentum in Global (not volTPC) coords are " ;
280 MCOrigin.SetXYZ(part.Vx(),part.Vy(),part.Vz());
281 MCMomentum.SetXYZ(part.Px(),part.Py(),part.Pz());
298 mf::LogInfo(
"Track3DKalman: ") <<
" repMC, covMC are ... " ;
307 while(trackIter!=trackIn.
end()) {
309 spacepoints = fmsp.at(
nTrks);
311 mf::LogInfo(
"Track3DKalman: ") <<
"found "<< spacepoints.size() <<
" 3D spacepoint(s).";
314 if(spacepoints.size()>0){
316 const double resolution = 0.5;
324 momM.SetX(
gauss.fire(momM.X(),momErr.X()));
325 momM.SetY(
gauss.fire(momM.Y(),momErr.Y()));
326 momM.SetZ(
gauss.fire(momM.Z(),momErr.Z()));
329 std::sort(spacepoints.begin(), spacepoints.end(),
sp_sort_3dz);
340 (TVector3)(spacepoints[0]->XYZ()),
354 for (
unsigned int point=0;point<spacepoints.size();++point)
357 TVector3 spt3(spacepoints[point]->XYZ());
361 TVector3 magNew(spt3[0],spt3[1],spt3[2]);
362 TVector3 magLast(spacepoints.back()->XYZ()[0],
363 spacepoints.back()->XYZ()[1],
364 spacepoints.back()->XYZ()[2]
366 if (!(magNew.Mag()>=magLast.Mag()+eps ||
367 magNew.Mag()<=magLast.Mag()-eps)
388 MF_LOG_DEBUG(
"Track3DKalman: ") <<
"ihit xyz..." << spt3[0]<<
","<< spt3[1]<<
","<< spt3[2];
409 mf::LogError(
"Track3DKalman: ") <<
"Exceptions won't be further handled ->exit(1) "<<__LINE__;
416 MF_LOG_DEBUG(
"Track3DKalman: ") << __FILE__ <<
" " << __LINE__ ;
417 MF_LOG_DEBUG(
"Track3DKalman: ") <<
"Track3DKalman.cxx: Original plane:";
420 MF_LOG_DEBUG(
"Track3DKalman: ") <<
"Current (fit) reference Plane:";
423 MF_LOG_DEBUG(
"Track3DKalman: ") <<
"Track3DKalman.cxx: Last reference Plane:";
429 MF_LOG_DEBUG(
"Track3DKalman: ") <<
"Track3DKalman: Original hit plane (not surprisingly) not current reference Plane!"<<
std::endl;
438 MF_LOG_DEBUG(
"Track3DKalman: ") <<
" Final State and Cov:";
444 nfail = fitTrack.getFailedHits();
446 TVector3 dircoss = (*trackIter)->VertexDirection<TVector3>();
448 for (
int ii=0;ii<3;++ii)
450 fpMCT[ii] = MCMomentum[ii]/MCMomentum.Mag();
455 fpMCT[3] = MCMomentum.Mag();
456 fpREC[3] = -1.0/(*stREC)[0][0];
459 mf::LogInfo(
"Track3DKalman: ") <<
"Track3DKalman about to do tree->Fill(). Chi2/ndf is " <<
chi2/
ndf <<
". All in volTPC coords .... pMCT[0-3] is " <<
fpMCT[0] <<
", " <<
fpMCT[1] <<
", " <<
fpMCT[2] <<
", " <<
fpMCT[3] <<
". pREC[0-3] is " <<
fpREC[0] <<
", "<<
fpREC[1] <<
", " <<
fpREC[2] <<
", " <<
fpREC[3] <<
".";
464 std::vector< art::Ptr<recob::Cluster> > clusters = fmc.at(
nTrks);
465 std::vector< art::Ptr<recob::Hit> > hits = fmh.at(
nTrks);
468 std::vector<TVector3> dircos(spacepoints.size());
469 dircos[0] = TVector3(fpREC);
470 dircos.back() = TVector3(
fpRECL);
473 std::vector<TVector3> xyz(spacepoints.size());
474 size_t spStart = spcol->size();
475 for(
size_t tv = 0; tv < spacepoints.size(); ++tv){
476 xyz[tv] = TVector3(spacepoints[tv]->XYZ());
477 spcol->push_back(*(spacepoints[tv].
get()));
479 size_t spEnd = spcol->size();
498 if(trackIter!=trackIn.
end()) trackIter++;
unsigned int getNDF() const
static bool sp_sort_3dz(const art::Ptr< recob::SpacePoint > &h1, const art::Ptr< recob::SpacePoint > &h2)
const GFDetPlane & getReferencePlane() const
GFDetPlane getLastPlane() const
ROOT::Math::SMatrix< Double32_t, 5, 5, ROOT::Math::MatRepSym< Double32_t, 5 > > SMatrixSym55
MaybeLogger_< ELseverityLevel::ELsev_info, false > LogInfo
std::vector< Vector_t > convertCollToVector(std::vector< Vector > const &coll)
std::vector< double > fMomStart
virtual const char * what() const
standard error message handling for exceptions. use like "std::cerr << e.what();" ...
TrackTrajectory::Flags_t Flags_t
void Print(std::ostream &out=std::cout) const
const TMatrixT< Double_t > & getState() const
MaybeLogger_< ELseverityLevel::ELsev_error, false > LogError
std::vector< double > fMomErr
genf::GFAbsTrackRep * rep
TVector3 getNormal() const
bool getByLabel(std::string const &label, std::string const &instance, Handle< PROD > &result) const
typename data_t::const_iterator const_iterator
void push_back(Ptr< U > const &p)
A trajectory in space reconstructed from hits.
void setNumIterations(Int_t i)
Set number of iterations for Kalman Filter.
void processTrack(GFTrack *)
Performs fit on a GFTrack.
static GFFieldManager * getInstance()
ProductID put(std::unique_ptr< PROD > &&edp, std::string const &instance={})
std::string fGenieGenModuleLabel
genf::GFAbsTrackRep * repMC
bool CreateAssn(PRODUCER const &prod, art::Event &evt, std::vector< T > const &a, art::Ptr< U > const &b, art::Assns< U, T > &assn, std::string a_instance, size_t indx=UINT_MAX)
Creates a single one-to-one association.
std::vector< Point_t > convertCollToPoint(std::vector< Point > const &coll)
const TMatrixT< Double_t > & getCov() const
std::string fSpacePtsModuleLabel
Exception class for error handling in GENFIT (provides storage for diagnostic information) ...
TMatrixT< Double_t > * stMCT
TMatrixT< Double_t > * stREC
void init(GFAbsBField *b)
set the magntic field here. Magnetic field classes must be derived from GFAbsBField ...
EventNumber_t event() const
CLHEP::HepRandomEngine & fEngine
std::vector< double > fPosErr
Track from a non-cascading particle.A recob::Track consists of a recob::TrackTrajectory, plus additional members relevant for a "fitted" track:
QTextStream & endl(QTextStream &s)
TMatrixT< Double_t > * covMCT
std::string GetLArTPCVolumeName(geo::TPCID const &tpcid) const
Return the name of specified LAr TPC volume.
TMatrixT< Double_t > * covREC