BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/MdcPatRec/MdcxReco/include/MdcxReco/MdcxMergeDups.h
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: MdcxMergeDups.h,v 1.4 2011/12/08 06:52:29 zhangy Exp $
4//
5// Description: Give a list of charged tracks, try to find and merge
6// duplicates.
7//
8// Environment:
9// Software developed for the BaBar Detector at the SLAC B-Factory.
10//
11// Author List:
12// S. Wagner
13//
14// Copyright Information:
15// Copyright (C) 1999 BEPCII
16//
17// History:
18// Migration for BESIII MDC
19//
20//------------------------------------------------------------------------
21#ifndef _MDCXMERGEDUPS_
22#define _MDCXMERGEDUPS_
23
24#include "CLHEP/Alist/AList.h"
25#include "MdcxReco/MdcxFittedHel.h"
26#include <fstream>
27#include <iostream>
28
29class MdcxMergeDups {
30public:
32 virtual ~MdcxMergeDups();
34 // functions
35protected:
38 int m_debug;
39 // functions
40 void KillList() { HepAListDeleteAll( NewTrklist ); }
41}; // endof MdcxMergeDups
42
43#endif
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")
MdcxMergeDups(HepAList< MdcxFittedHel > &f, int debug)
virtual ~MdcxMergeDups()