ATLAS Offline Software
Loading...
Searching...
No Matches
Bmumu_metadata.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef DERIVATIONFRAMEWORK_Bmumu_metadata_H
13#define DERIVATIONFRAMEWORK_Bmumu_metadata_H
14
15#include <string>
16#include <map>
17#include <vector>
18
19#include "BPhysMetadataBase.h"
22#include "GaudiKernel/ToolHandle.h"
23
24namespace DerivationFramework {
35 public:
37 Bmumu_metadata(const std::string& t, const std::string& n,
38 const IInterface* p);
39 }; // class
40} // namespace
41
42#endif // DERIVATIONFRAMEWORK_Bmumu_metadata_H
BPhysMetadataBase(const std::string &t, const std::string &n, const IInterface *p)
Bmumu_metadata(const std::string &t, const std::string &n, const IInterface *p)
Main constructor.
THE reconstruction tool.