Skip to content
Snippets Groups Projects
Commit 5ab97bc0 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fix standalone build of headers

parent eca91460
No related branches found
No related tags found
1 merge request!1052Fix standalone build of headers
Pipeline #7234352 passed
/*****************************************************************************\
* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-2024 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
......@@ -53,6 +53,6 @@ private:
bool m_storeVertexes; //!< Store the end and origin true vertex information
bool m_storeStablePropertime; //!< Store the propertime and vertex also for "stable" particles
#include "DecayTreeTupleBase/isStable.h"
#include "isStable.h"
};
#endif // MCTUPLETOOLKINEMATIC_H
/*****************************************************************************\
* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-2024 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
......@@ -57,7 +57,7 @@ public:
private:
std::vector<std::pair<const LHCb::ProtoParticle*, double>> getProtos( const LHCb::MCParticle* ) const;
#include "DecayTreeTupleBase/isStable.h"
#include "isStable.h"
private:
IMCReconstructible* m_recible; ///< Reconstructible tool
......
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