ATLAS Offline Software
Macros | Typedefs
LhoodMM_tools.cxx File Reference
#include <iostream>
#include "FakeBkgTools/LhoodMM_tools.h"
#include "FakeBkgTools/LhoodMMFitInfo.h"
#include "FakeBkgTools/FakeBkgInternals.h"
#include "FakeBkgTools/TMinuit_LHMM.h"
#include "FakeBkgTools/Database.h"
#include "PathResolver/PathResolver.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include "TMatrixT.h"
#include "TMath.h"
#include "TFile.h"
#include "TTree.h"
#include "TChain.h"
#include "TTreeReader.h"
#include "TTreeReaderValue.h"
#include "TKey.h"
#include "TDirectory.h"
#include <chrono>
#include <memory>

Go to the source code of this file.

Macros

#define declareProperty(n, p, h)   ExtraPropertyManager<LhoodMM_tools>::declareProperty(n, &LhoodMM_tools::p, h)
 
#define ASG_MSG_VERBOSE(x)   do { if(m_current_lhoodMM_tool->msgLvl(MSG::VERBOSE)) std::cout << x << std::endl; } while (0)
 

Typedefs

using Clock = std::chrono::high_resolution_clock
 

Macro Definition Documentation

◆ ASG_MSG_VERBOSE

#define ASG_MSG_VERBOSE (   x)    do { if(m_current_lhoodMM_tool->msgLvl(MSG::VERBOSE)) std::cout << x << std::endl; } while (0)

Definition at line 555 of file LhoodMM_tools.cxx.

◆ declareProperty

#define declareProperty (   n,
  p,
  h 
)    ExtraPropertyManager<LhoodMM_tools>::declareProperty(n, &LhoodMM_tools::p, h)

Definition at line 29 of file LhoodMM_tools.cxx.

Typedef Documentation

◆ Clock

using Clock = std::chrono::high_resolution_clock

Definition at line 36 of file LhoodMM_tools.cxx.