From 4aa9de6486ae9020997fabe5ef8a2505f360b4e6 Mon Sep 17 00:00:00 2001
From: Cao Guangjie <gjcao@lxslc614.ihep.ac.cn>
Date: Wed, 8 Jan 2020 20:20:14 +0800
Subject: [PATCH] Convert on two classes ReconstructedParticle and Track,
 including their relating class v2

---
 FWCore/src/components/LCIO2Plcio.cpp | 1 +
 FWCore/src/components/LCIO2Plcio.h   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/FWCore/src/components/LCIO2Plcio.cpp b/FWCore/src/components/LCIO2Plcio.cpp
index 146502f1..72cd688a 100644
--- a/FWCore/src/components/LCIO2Plcio.cpp
+++ b/FWCore/src/components/LCIO2Plcio.cpp
@@ -61,6 +61,7 @@ LCIO2Plcio::LCIO2Plcio(){
   map_cvt.insert(std::make_pair<std::string, fptr>("Track", Convertor_Track));
   map_cvt.insert(std::make_pair<std::string, fptr>("TrackerHit", Convertor_TrackerHit));
   map_cvt.insert(std::make_pair<std::string, fptr>("TPCHit", Convertor_TPCHit));
+  map_cvt.insert(std::make_pair<std::string, fptr>("ReconstructedParticle", Convertor_ReconstructedParticle));
   map_cvt.insert(std::make_pair<std::string, fptr>("ParticleID", Convertor_ParticleID));
 }
 LCIO2Plcio::LCIO2Plcio(EVENT::LCCollection* collection){
diff --git a/FWCore/src/components/LCIO2Plcio.h b/FWCore/src/components/LCIO2Plcio.h
index bca22a0a..3729105c 100644
--- a/FWCore/src/components/LCIO2Plcio.h
+++ b/FWCore/src/components/LCIO2Plcio.h
@@ -81,7 +81,6 @@ public:
   static podio::CollectionBase* Convertor_Track(EVENT::LCCollection*);
   static podio::CollectionBase* Convertor_TrackerHit(EVENT::LCCollection*);
   static podio::CollectionBase* Convertor_TPCHit(EVENT::LCCollection*);
-
   static podio::CollectionBase* Convertor_ReconstructedParticle(EVENT::LCCollection*);
   static podio::CollectionBase* Convertor_ParticleID(EVENT::LCCollection*);
 
-- 
GitLab