]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/DevNanoAOD/AliNanoAODTrack.cxx
Mapping instance copied of when reading from file + Track Clear
[u/mrichter/AliRoot.git] / PWG / DevNanoAOD / AliNanoAODTrack.cxx
index 1b206494badb5ef5de65f9278b50a7c4c8cea3b5..11cd8627e594bea81697b725f858f46e18ed61fa 100644 (file)
@@ -528,3 +528,9 @@ Bool_t AliNanoAODTrack::GetXYZAt(Double_t x, Double_t b, Double_t *r) const
 
 
 //_______________________________________________________
+
+void  AliNanoAODTrack::Clear(Option_t * /*opt*/) {
+  // empty storage
+  fVars.clear();
+  fNVars = 0;
+}