Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
3 files
+ 11
13
Compare changes
  • Side-by-side
  • Inline
Files
3
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
// $Id$
/**
* @file LumiBlockTPCnv/test/LumuBlockRangeCnv_p1_test.cxx
* @author scott snyder <snyder@bnl.gov>
@@ -14,12 +12,13 @@
#include "LumiBlockTPCnv/LumiBlockRangeCnv_p1.h"
#include "TestTools/leakcheck.h"
#include "LumiBlockData/LB_IOVRange.h"
#include "CxxUtils/checker_macros.h"
#include "GaudiKernel/MsgStream.h"
#include <cassert>
#include <iostream>
void test1()
void test1 ATLAS_NOT_THREAD_SAFE ()
{
std::cout << "test1\n";
Athena_test::Leakcheck check;
@@ -37,7 +36,7 @@ void test1()
}
int main()
int main ATLAS_NOT_THREAD_SAFE ()
{
test1();
return 0;
Loading