Skip to content
Snippets Groups Projects
Commit 945cf29c authored by Biplab's avatar Biplab
Browse files

some changes in TupleToolB2XMother.h

parent d1c91bd8
No related branches found
No related tags found
1 merge request!1069Draft: RLc TT update
Pipeline #11005976 failed
......@@ -16,6 +16,7 @@
//#include "GaudiAlg/GaudiTool.h"
#include "DecayTreeTupleBase/TupleToolBase.h"
#include "Kernel/IMCParticleTupleTool.h" // Interface
#include "Kernel/IParticleTupleTool.h" // Interface
using namespace LHCb;
......@@ -40,6 +41,12 @@ using namespace LHCb;
*/
class TupleToolB2XMother : public TupleToolBase, virtual public IMCParticleTupleTool {
public:
bool isStable(int);
bool isMeson(int);
typedef std::vector<const LHCb::MCParticle*> MCParticleVector;
typedef std::vector<const LHCb::Particle*> ParticleVector;
/// Standard constructor
TupleToolB2XMother( const std::string& type, const std::string& name, const IInterface* parent );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment