Skip to content
Snippets Groups Projects
Commit 6049cef0 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

clean up test- remove some debug info

git-svn-id: http://root.cern.ch/svn/root/trunk@17119 27541ba8-7e3a-0410-8455-c3a389f83636
parent 54b70e38
No related branches found
No related tags found
No related merge requests found
...@@ -70,14 +70,14 @@ inline double getMag2(const Vector & v) { ...@@ -70,14 +70,14 @@ inline double getMag2(const Vector & v) {
return v.mag2(); return v.mag2();
} }
inline double getMag2(const VecTrackD & v) { // inline double getMag2(const VecTrackD & v) {
// print the read points // // print the read points
std::cout << "VecTRackD " << std::endl; // std::cout << "VecTRackD " << std::endl;
for (VecTrackD::It itr = v.begin() ; itr != v.end(); ++itr) // for (VecTrackD::It itr = v.begin() ; itr != v.end(); ++itr)
std::cout << (*itr).Pos() << std::endl; // std::cout << (*itr).Pos() << std::endl;
return v.mag2(); // return v.mag2();
} // }
inline double getMag2(const TVector3 & v) { inline double getMag2(const TVector3 & v) {
...@@ -444,7 +444,7 @@ int testVectorIO(bool readOnly = false) { ...@@ -444,7 +444,7 @@ int testVectorIO(bool readOnly = false) {
// test vector of tracks // test vector of tracks
fname = "vectrack"; fname = "vectrack";
nEvents = 2; nEvents = 10000;
if (readOnly) { if (readOnly) {
fname += "_prev"; fname += "_prev";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment