Skip to content
Snippets Groups Projects
Commit ffafaf32 authored by Charles Leggett's avatar Charles Leggett
Browse files

updated ref files, made CPUCruncher clonable

parent 8e8edeb0
No related branches found
No related tags found
1 merge request!316Algorithm clonability should be explicitly set by Alg author
Showing
with 22 additions and 43 deletions
......@@ -9,8 +9,7 @@ GaudiExamplesCommonConf()
myalg = MyAlgorithm('MyAlg',
PrivateToolsOnly = True,
Cardinality = 20,
IsClonable = True)
Cardinality = 20)
ToolSvc(OutputLevel = INFO )
......
......@@ -53,14 +53,12 @@ AITestSvc2=IncidentAsyncTestSvc("IncidentAwareService2",
Priority=1)
AITestAlg1=IncidentAsyncTestAlg("IncidentAwareTestAlg1",
ServiceName="IncidentAwareService1",
IsClonable=True,
Cardinality=5,
inpKeys=['/Event/DAQ/ODIN']
)
AITestAlg2=IncidentAsyncTestAlg("IncidentAwareTestAlg2",
ServiceName="IncidentAwareService2",
IsClonable=False,
Cardinality=1,
inpKeys=['/Event/Hlt/DecReports']
)
......
......@@ -41,13 +41,11 @@ product_name="MyCollision"
writer = WriteHandleAlg("Writer",
OutputLevel=DEBUG,
UseHandle=True,
IsClonable=True)
UseHandle=True)
writer.Output.Path = "/Event/"+product_name
reader = ReadHandleAlg("Reader",
OutputLevel=DEBUG,
IsClonable=True)
OutputLevel=DEBUG)
reader.Input.Path = product_name
......
......@@ -31,7 +31,7 @@ ApplicationMgr INFO Application Manager Configured successfully
SimpleHistos DEBUG Property update for OutputLevel : new value = 2
SimpleHistos DEBUG Initialize base class GaudiCommon<Algorithm>
SimpleHistos DEBUG could not locate CounterSummarySvc, no counter summary will be made
SimpleHistos DEBUG List of ALL properties of GaudiHistoAlgorithm/SimpleHistos #properties = 51
SimpleHistos DEBUG List of ALL properties of GaudiHistoAlgorithm/SimpleHistos #properties = 50
SimpleHistos DEBUG Property ['Name': Value] = 'AutoStringIDPurgeMap':{ '/' : '=SLASH=' }
SimpleHistos DEBUG Property ['Name': Value] = 'UseSequencialNumericAutoIDs':False
SimpleHistos DEBUG Property ['Name': Value] = 'HeaderFor1DHistoTable':| Title | # | Mean | RMS | Skewness | Kurtosis |
......@@ -64,7 +64,6 @@ SimpleHistos DEBUG Property ['Name': Value] = 'ErrorsPrint':True
SimpleHistos DEBUG Property ['Name': Value] = 'IsIOBound':False
SimpleHistos DEBUG Property ['Name': Value] = 'NeededResources':[ ]
SimpleHistos DEBUG Property ['Name': Value] = 'Cardinality':1
SimpleHistos DEBUG Property ['Name': Value] = 'IsClonable':False
SimpleHistos DEBUG Property ['Name': Value] = 'RegisterForContextService':True
SimpleHistos DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
SimpleHistos DEBUG Property ['Name': Value] = 'Timeline':False
......@@ -94,7 +93,7 @@ SimpleHistos DEBUG GaudiHistoAlgorithm:: The histogram path is set to be
SimpleHistos DEBUG input handles: 0
SimpleHistos DEBUG output handles: 0
SimpleHistos DEBUG Data Deps for SimpleHistos
Histos2 SUCCESS List of ALL properties of Gaudi::Examples::HistoProps/Histos2 #properties = 53
Histos2 SUCCESS List of ALL properties of Gaudi::Examples::HistoProps/Histos2 #properties = 52
Histos2 SUCCESS Property ['Name': Value] = 'Histo2':('',-5.00000,5.00000,200)
Histos2 SUCCESS Property ['Name': Value] = 'Histo1':('Histogram1',-3.00000,3.00000,200)
Histos2 SUCCESS Property ['Name': Value] = 'AutoStringIDPurgeMap':{ '/' : '=SLASH=' }
......@@ -129,7 +128,6 @@ Histos2 SUCCESS Property ['Name': Value] = 'ErrorsPrint':True
Histos2 SUCCESS Property ['Name': Value] = 'IsIOBound':False
Histos2 SUCCESS Property ['Name': Value] = 'NeededResources':[ ]
Histos2 SUCCESS Property ['Name': Value] = 'Cardinality':1
Histos2 SUCCESS Property ['Name': Value] = 'IsClonable':False
Histos2 SUCCESS Property ['Name': Value] = 'RegisterForContextService':True
Histos2 SUCCESS Property ['Name': Value] = 'MonitorService':MonitorSvc
Histos2 SUCCESS Property ['Name': Value] = 'Timeline':False
......@@ -148,7 +146,7 @@ Histos2 SUCCESS Property ['Name': Value] = 'Enable':True
Histos2 SUCCESS Property ['Name': Value] = 'OutputLevel':3
Histos2 SUCCESS Property ['Name': Value] = 'ExtraOutputs':[]
Histos2 SUCCESS Property ['Name': Value] = 'ExtraInputs':[]
Aida2Root SUCCESS List of ALL properties of Aida2Root/Aida2Root #properties = 56
Aida2Root SUCCESS List of ALL properties of Aida2Root/Aida2Root #properties = 55
Aida2Root SUCCESS Property ['Name': Value] = 'Profs2D':[ 'SimpleHistos/321' , 'SimpleHistos/2dprof' ]
Aida2Root SUCCESS Property ['Name': Value] = 'Profs1D':[ 'SimpleHistos/Expo V Gauss 1DProf' ]
Aida2Root SUCCESS Property ['Name': Value] = 'Histos3D':[ 'SimpleHistos/3D plot AutoID' , 'SimpleHistos/3d' ]
......@@ -186,7 +184,6 @@ Aida2Root SUCCESS Property ['Name': Value] = 'ErrorsPrint':True
Aida2Root SUCCESS Property ['Name': Value] = 'IsIOBound':False
Aida2Root SUCCESS Property ['Name': Value] = 'NeededResources':[ ]
Aida2Root SUCCESS Property ['Name': Value] = 'Cardinality':1
Aida2Root SUCCESS Property ['Name': Value] = 'IsClonable':False
Aida2Root SUCCESS Property ['Name': Value] = 'RegisterForContextService':True
Aida2Root SUCCESS Property ['Name': Value] = 'MonitorService':MonitorSvc
Aida2Root SUCCESS Property ['Name': Value] = 'Timeline':False
......
......@@ -34,7 +34,7 @@ StatusCodeSvc INFO initialize
MyAlg DEBUG Property update for OutputLevel : new value = 2
MyAlg DEBUG Initialize base class GaudiCommon<Algorithm>
MyAlg DEBUG could not locate CounterSummarySvc, no counter summary will be made
MyAlg DEBUG List of ALL properties of MyGaudiAlgorithm/MyAlg #properties = 45
MyAlg DEBUG List of ALL properties of MyGaudiAlgorithm/MyAlg #properties = 44
MyAlg DEBUG Property ['Name': Value] = 'trackSelection':/Event/MyAnalysis/Tracks
MyAlg DEBUG Property ['Name': Value] = 'raw':/Rec/RAW
MyAlg DEBUG Property ['Name': Value] = 'hits':/Event/Rec/Hits
......@@ -61,7 +61,6 @@ MyAlg DEBUG Property ['Name': Value] = 'ErrorsPrint':True
MyAlg DEBUG Property ['Name': Value] = 'IsIOBound':False
MyAlg DEBUG Property ['Name': Value] = 'NeededResources':[ ]
MyAlg DEBUG Property ['Name': Value] = 'Cardinality':1
MyAlg DEBUG Property ['Name': Value] = 'IsClonable':False
MyAlg DEBUG Property ['Name': Value] = 'RegisterForContextService':True
MyAlg DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
MyAlg DEBUG Property ['Name': Value] = 'Timeline':False
......
......@@ -31,7 +31,7 @@ seq_2 INFO Member list: Prescaler/s2_Prescaler, EventCounter/s2_C
s2_Prescaler DEBUG Property update for OutputLevel : new value = 2
s2_Prescaler DEBUG Initialize base class GaudiCommon<Algorithm>
s2_Prescaler DEBUG could not locate CounterSummarySvc, no counter summary will be made
s2_Prescaler DEBUG List of ALL properties of Prescaler/s2_Prescaler #properties = 37
s2_Prescaler DEBUG List of ALL properties of Prescaler/s2_Prescaler #properties = 36
s2_Prescaler DEBUG Property ['Name': Value] = 'PercentPass':75.000000
s2_Prescaler DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
s2_Prescaler DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
......@@ -49,7 +49,6 @@ s2_Prescaler DEBUG Property ['Name': Value] = 'PropertiesPrint':False
s2_Prescaler DEBUG Property ['Name': Value] = 'ErrorsPrint':True
s2_Prescaler DEBUG Property ['Name': Value] = 'NeededResources':[ ]
s2_Prescaler DEBUG Property ['Name': Value] = 'Cardinality':1
s2_Prescaler DEBUG Property ['Name': Value] = 'IsClonable':False
s2_Prescaler DEBUG Property ['Name': Value] = 'RegisterForContextService':True
s2_Prescaler DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
s2_Prescaler DEBUG Property ['Name': Value] = 'Timeline':False
......
......@@ -40,7 +40,7 @@ seq_3 INFO Member list: Prescaler/s2_Prescaler, HelloWorld/s2_HW
s2_Prescaler DEBUG Property update for OutputLevel : new value = 2
s2_Prescaler DEBUG Initialize base class GaudiCommon<Algorithm>
s2_Prescaler DEBUG could not locate CounterSummarySvc, no counter summary will be made
s2_Prescaler DEBUG List of ALL properties of Prescaler/s2_Prescaler #properties = 37
s2_Prescaler DEBUG List of ALL properties of Prescaler/s2_Prescaler #properties = 36
s2_Prescaler DEBUG Property ['Name': Value] = 'PercentPass':75.000000
s2_Prescaler DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
s2_Prescaler DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
......@@ -58,7 +58,6 @@ s2_Prescaler DEBUG Property ['Name': Value] = 'PropertiesPrint':False
s2_Prescaler DEBUG Property ['Name': Value] = 'ErrorsPrint':True
s2_Prescaler DEBUG Property ['Name': Value] = 'NeededResources':[ ]
s2_Prescaler DEBUG Property ['Name': Value] = 'Cardinality':1
s2_Prescaler DEBUG Property ['Name': Value] = 'IsClonable':False
s2_Prescaler DEBUG Property ['Name': Value] = 'RegisterForContextService':True
s2_Prescaler DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
s2_Prescaler DEBUG Property ['Name': Value] = 'Timeline':False
......
......@@ -30,7 +30,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine
RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3
RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine>
EvtTupleSvc INFO Added stream file:PFN:EvtColsEx.tags as EVTCOLS
Fill SUCCESS List of ALL properties of Gaudi::Examples::EvtColAlg/Fill #properties = 65
Fill SUCCESS List of ALL properties of Gaudi::Examples::EvtColAlg/Fill #properties = 64
Fill SUCCESS Property ['Name': Value] = 'EvtColDir':Fill
Fill SUCCESS Property ['Name': Value] = 'EvtColTopDir':
Fill SUCCESS Property ['Name': Value] = 'EvtColLUN':EVTCOLS
......@@ -77,7 +77,6 @@ Fill SUCCESS Property ['Name': Value] = 'ErrorsPrint':True
Fill SUCCESS Property ['Name': Value] = 'IsIOBound':False
Fill SUCCESS Property ['Name': Value] = 'NeededResources':[ ]
Fill SUCCESS Property ['Name': Value] = 'Cardinality':1
Fill SUCCESS Property ['Name': Value] = 'IsClonable':False
Fill SUCCESS Property ['Name': Value] = 'RegisterForContextService':True
Fill SUCCESS Property ['Name': Value] = 'MonitorService':MonitorSvc
Fill SUCCESS Property ['Name': Value] = 'Timeline':False
......
......@@ -26,7 +26,7 @@ StatusCodeSvc INFO initialize
Test1 DEBUG Property update for OutputLevel : new value = 2
Test1 DEBUG Initialize base class GaudiCommon<Algorithm>
Test1 DEBUG could not locate CounterSummarySvc, no counter summary will be made
Test1 DEBUG List of ALL properties of GaudiCommonTests/Test1 #properties = 36
Test1 DEBUG List of ALL properties of GaudiCommonTests/Test1 #properties = 35
Test1 DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
Test1 DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
Test1 DEBUG Property ['Name': Value] = 'StatEntityList':[ ]
......@@ -44,7 +44,6 @@ Test1 DEBUG Property ['Name': Value] = 'ErrorsPrint':True
Test1 DEBUG Property ['Name': Value] = 'IsIOBound':False
Test1 DEBUG Property ['Name': Value] = 'NeededResources':[ ]
Test1 DEBUG Property ['Name': Value] = 'Cardinality':1
Test1 DEBUG Property ['Name': Value] = 'IsClonable':False
Test1 DEBUG Property ['Name': Value] = 'RegisterForContextService':True
Test1 DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
Test1 DEBUG Property ['Name': Value] = 'Timeline':False
......@@ -69,7 +68,7 @@ Test1 DEBUG Data Deps for Test1
Test2 DEBUG Property update for OutputLevel : new value = 2
Test2 DEBUG Initialize base class GaudiCommon<Algorithm>
Test2 DEBUG could not locate CounterSummarySvc, no counter summary will be made
Test2 DEBUG List of ALL properties of GaudiCommonTests/Test2 #properties = 36
Test2 DEBUG List of ALL properties of GaudiCommonTests/Test2 #properties = 35
Test2 DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
Test2 DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
Test2 DEBUG Property ['Name': Value] = 'StatEntityList':[ ]
......@@ -87,7 +86,6 @@ Test2 DEBUG Property ['Name': Value] = 'ErrorsPrint':True
Test2 DEBUG Property ['Name': Value] = 'IsIOBound':False
Test2 DEBUG Property ['Name': Value] = 'NeededResources':[ ]
Test2 DEBUG Property ['Name': Value] = 'Cardinality':1
Test2 DEBUG Property ['Name': Value] = 'IsClonable':False
Test2 DEBUG Property ['Name': Value] = 'RegisterForContextService':True
Test2 DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
Test2 DEBUG Property ['Name': Value] = 'Timeline':False
......
......@@ -29,7 +29,7 @@ ApplicationMgr INFO Application Manager Configured successfully
SimpleHistos DEBUG Property update for OutputLevel : new value = 2
SimpleHistos DEBUG Initialize base class GaudiCommon<Algorithm>
SimpleHistos DEBUG could not locate CounterSummarySvc, no counter summary will be made
SimpleHistos DEBUG List of ALL properties of GaudiHistoAlgorithm/SimpleHistos #properties = 51
SimpleHistos DEBUG List of ALL properties of GaudiHistoAlgorithm/SimpleHistos #properties = 50
SimpleHistos DEBUG Property ['Name': Value] = 'AutoStringIDPurgeMap':{ '/' : '=SLASH=' }
SimpleHistos DEBUG Property ['Name': Value] = 'UseSequencialNumericAutoIDs':False
SimpleHistos DEBUG Property ['Name': Value] = 'HeaderFor1DHistoTable':| Title | # | Mean | RMS | Skewness | Kurtosis |
......@@ -62,7 +62,6 @@ SimpleHistos DEBUG Property ['Name': Value] = 'ErrorsPrint':True
SimpleHistos DEBUG Property ['Name': Value] = 'IsIOBound':False
SimpleHistos DEBUG Property ['Name': Value] = 'NeededResources':[ ]
SimpleHistos DEBUG Property ['Name': Value] = 'Cardinality':1
SimpleHistos DEBUG Property ['Name': Value] = 'IsClonable':False
SimpleHistos DEBUG Property ['Name': Value] = 'RegisterForContextService':True
SimpleHistos DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
SimpleHistos DEBUG Property ['Name': Value] = 'Timeline':False
......@@ -92,7 +91,7 @@ SimpleHistos DEBUG GaudiHistoAlgorithm:: The histogram path is set to be
SimpleHistos DEBUG input handles: 0
SimpleHistos DEBUG output handles: 0
SimpleHistos DEBUG Data Deps for SimpleHistos
Histos2 SUCCESS List of ALL properties of Gaudi::Examples::HistoProps/Histos2 #properties = 53
Histos2 SUCCESS List of ALL properties of Gaudi::Examples::HistoProps/Histos2 #properties = 52
Histos2 SUCCESS Property ['Name': Value] = 'Histo2':('',-5.00000,5.00000,200)
Histos2 SUCCESS Property ['Name': Value] = 'Histo1':('Histogram1',-3.00000,3.00000,200)
Histos2 SUCCESS Property ['Name': Value] = 'AutoStringIDPurgeMap':{ '/' : '=SLASH=' }
......@@ -127,7 +126,6 @@ Histos2 SUCCESS Property ['Name': Value] = 'ErrorsPrint':True
Histos2 SUCCESS Property ['Name': Value] = 'IsIOBound':False
Histos2 SUCCESS Property ['Name': Value] = 'NeededResources':[ ]
Histos2 SUCCESS Property ['Name': Value] = 'Cardinality':1
Histos2 SUCCESS Property ['Name': Value] = 'IsClonable':False
Histos2 SUCCESS Property ['Name': Value] = 'RegisterForContextService':True
Histos2 SUCCESS Property ['Name': Value] = 'MonitorService':MonitorSvc
Histos2 SUCCESS Property ['Name': Value] = 'Timeline':False
......
......@@ -35,7 +35,7 @@ EventAlgs INFO Member list: Gaudi::Examples::ExtendedEvtCol/Fill
RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine
RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3
RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine>
Fill SUCCESS List of ALL properties of Gaudi::Examples::ExtendedEvtCol/Fill #properties = 66
Fill SUCCESS List of ALL properties of Gaudi::Examples::ExtendedEvtCol/Fill #properties = 65
Fill SUCCESS Property ['Name': Value] = 'Tracks':MyTracks
Fill SUCCESS Property ['Name': Value] = 'EvtColDir':Fill
Fill SUCCESS Property ['Name': Value] = 'EvtColTopDir':
......@@ -83,7 +83,6 @@ Fill SUCCESS Property ['Name': Value] = 'ErrorsPrint':True
Fill SUCCESS Property ['Name': Value] = 'IsIOBound':False
Fill SUCCESS Property ['Name': Value] = 'NeededResources':[ ]
Fill SUCCESS Property ['Name': Value] = 'Cardinality':1
Fill SUCCESS Property ['Name': Value] = 'IsClonable':False
Fill SUCCESS Property ['Name': Value] = 'RegisterForContextService':True
Fill SUCCESS Property ['Name': Value] = 'MonitorService':MonitorSvc
Fill SUCCESS Property ['Name': Value] = 'Timeline':False
......
......@@ -30,7 +30,7 @@ StatusCodeSvc INFO initialize
Test1 DEBUG Property update for OutputLevel : new value = 2
Test1 DEBUG Initialize base class GaudiCommon<Algorithm>
Test1 DEBUG could not locate CounterSummarySvc, no counter summary will be made
Test1 DEBUG List of ALL properties of GaudiCommonTests/Test1 #properties = 36
Test1 DEBUG List of ALL properties of GaudiCommonTests/Test1 #properties = 35
Test1 DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
Test1 DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
Test1 DEBUG Property ['Name': Value] = 'StatEntityList':[ ]
......@@ -48,7 +48,6 @@ Test1 DEBUG Property ['Name': Value] = 'ErrorsPrint':True
Test1 DEBUG Property ['Name': Value] = 'IsIOBound':False
Test1 DEBUG Property ['Name': Value] = 'NeededResources':[ ]
Test1 DEBUG Property ['Name': Value] = 'Cardinality':1
Test1 DEBUG Property ['Name': Value] = 'IsClonable':False
Test1 DEBUG Property ['Name': Value] = 'RegisterForContextService':True
Test1 DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
Test1 DEBUG Property ['Name': Value] = 'Timeline':False
......@@ -73,7 +72,7 @@ Test1 DEBUG Data Deps for Test1
Test2 DEBUG Property update for OutputLevel : new value = 2
Test2 DEBUG Initialize base class GaudiCommon<Algorithm>
Test2 DEBUG could not locate CounterSummarySvc, no counter summary will be made
Test2 DEBUG List of ALL properties of GaudiCommonTests/Test2 #properties = 36
Test2 DEBUG List of ALL properties of GaudiCommonTests/Test2 #properties = 35
Test2 DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
Test2 DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
Test2 DEBUG Property ['Name': Value] = 'StatEntityList':[ ]
......@@ -91,7 +90,6 @@ Test2 DEBUG Property ['Name': Value] = 'ErrorsPrint':True
Test2 DEBUG Property ['Name': Value] = 'IsIOBound':False
Test2 DEBUG Property ['Name': Value] = 'NeededResources':[ ]
Test2 DEBUG Property ['Name': Value] = 'Cardinality':1
Test2 DEBUG Property ['Name': Value] = 'IsClonable':False
Test2 DEBUG Property ['Name': Value] = 'RegisterForContextService':True
Test2 DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
Test2 DEBUG Property ['Name': Value] = 'Timeline':False
......
......@@ -72,7 +72,7 @@ TimelineSvc DEBUG initialize
DataCreator VERBOSE ServiceLocatorHelper::service: found service TimelineSvc
DataCreator DEBUG Initialize base class GaudiCommon<Algorithm>
DataCreator DEBUG could not locate CounterSummarySvc, no counter summary will be made
DataCreator DEBUG List of ALL properties of GaudiTesting::PutDataObjectAlg/DataCreator #properties = 38
DataCreator DEBUG List of ALL properties of GaudiTesting::PutDataObjectAlg/DataCreator #properties = 37
DataCreator DEBUG Property ['Name': Value] = 'DataSvc':EventDataSvc
DataCreator DEBUG Property ['Name': Value] = 'Paths':[ 'A' , 'B' , 'C' , 'D' ]
DataCreator DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
......@@ -92,7 +92,6 @@ DataCreator DEBUG Property ['Name': Value] = 'ErrorsPrint':True
DataCreator DEBUG Property ['Name': Value] = 'IsIOBound':False
DataCreator DEBUG Property ['Name': Value] = 'NeededResources':[ ]
DataCreator DEBUG Property ['Name': Value] = 'Cardinality':1
DataCreator DEBUG Property ['Name': Value] = 'IsClonable':False
DataCreator DEBUG Property ['Name': Value] = 'RegisterForContextService':True
DataCreator DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
DataCreator DEBUG Property ['Name': Value] = 'Timeline':False
......@@ -124,7 +123,7 @@ OddEvents VERBOSE ServiceLocatorHelper::service: found service EventData
OddEvents VERBOSE ServiceLocatorHelper::service: found service TimelineSvc
OddEvents DEBUG Initialize base class GaudiCommon<Algorithm>
OddEvents DEBUG could not locate CounterSummarySvc, no counter summary will be made
OddEvents DEBUG List of ALL properties of GaudiTesting::OddEventsFilter/OddEvents #properties = 36
OddEvents DEBUG List of ALL properties of GaudiTesting::OddEventsFilter/OddEvents #properties = 35
OddEvents DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
OddEvents DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
OddEvents DEBUG Property ['Name': Value] = 'StatEntityList':[ ]
......@@ -142,7 +141,6 @@ OddEvents DEBUG Property ['Name': Value] = 'ErrorsPrint':True
OddEvents DEBUG Property ['Name': Value] = 'IsIOBound':False
OddEvents DEBUG Property ['Name': Value] = 'NeededResources':[ ]
OddEvents DEBUG Property ['Name': Value] = 'Cardinality':1
OddEvents DEBUG Property ['Name': Value] = 'IsClonable':False
OddEvents DEBUG Property ['Name': Value] = 'RegisterForContextService':True
OddEvents DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
OddEvents DEBUG Property ['Name': Value] = 'Timeline':False
......@@ -172,7 +170,7 @@ EvenEvents VERBOSE ServiceLocatorHelper::service: found service EventData
EvenEvents VERBOSE ServiceLocatorHelper::service: found service TimelineSvc
EvenEvents DEBUG Initialize base class GaudiCommon<Algorithm>
EvenEvents DEBUG could not locate CounterSummarySvc, no counter summary will be made
EvenEvents DEBUG List of ALL properties of GaudiTesting::EvenEventsFilter/EvenEvents #properties = 36
EvenEvents DEBUG List of ALL properties of GaudiTesting::EvenEventsFilter/EvenEvents #properties = 35
EvenEvents DEBUG Property ['Name': Value] = 'RequireObjects':[ ]
EvenEvents DEBUG Property ['Name': Value] = 'VetoObjects':[ ]
EvenEvents DEBUG Property ['Name': Value] = 'StatEntityList':[ ]
......@@ -190,7 +188,6 @@ EvenEvents DEBUG Property ['Name': Value] = 'ErrorsPrint':True
EvenEvents DEBUG Property ['Name': Value] = 'IsIOBound':False
EvenEvents DEBUG Property ['Name': Value] = 'NeededResources':[ ]
EvenEvents DEBUG Property ['Name': Value] = 'Cardinality':1
EvenEvents DEBUG Property ['Name': Value] = 'IsClonable':False
EvenEvents DEBUG Property ['Name': Value] = 'RegisterForContextService':True
EvenEvents DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc
EvenEvents DEBUG Property ['Name': Value] = 'Timeline':False
......
......@@ -34,7 +34,6 @@ loader = HiveReadAlgorithm("Loader",
)
reader = ReadHandleAlg ("Reader",
IsClonable=True,
OutputLevel=INFO,
NeededResources=["ROOTIO"])
reader.Input.Path=product_name
......
......@@ -30,6 +30,8 @@ CPUCruncher::CPUCruncher( const std::string& name, // the algorithm instance nam
declareProperty( "NIterationsVect", m_niters_vect, "Number of iterations for the calibration." );
declareProperty( "NTimesVect", m_times_vect, "Number of seconds for the calibration." );
Algorithm::m_isClonable = true;
// Register the algo in the static concurrent hash map in order to
// monitor the # of copies
CHM::accessor name_ninstances;
......
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