Create a copier to be used in tracking.
If 'OutputTopoCollection' is the same as used in
'egammaTopoClusterCopierCfg', these two functions will produce
the same tool that will be de-duplicated later, preventing
duplication of the output containers. This will happen in
a standard pp reconstruction.
If 'OutputTopoCollection' is not the same, two tools will be
created, each with a different output container. This will
happen in a HI reconstruction.
Definition at line 37 of file egammaTopoClusterCopierConfig.py.
38 """Create a copier to be used in tracking.
39 If 'OutputTopoCollection' is the same as used in
40 'egammaTopoClusterCopierCfg', these two functions will produce
41 the same tool that will be de-duplicated later, preventing
42 duplication of the output containers. This will happen in
43 a standard pp reconstruction.
44 If 'OutputTopoCollection' is not the same, two tools will be
45 created, each with a different output container. This will
46 happen in a HI reconstruction."""
49 "InputTopoCollection",
50 flags.Tracking.TopoClusters)
52 "OutputTopoCollection",
53 flags.Tracking.EgammaTopoClusters)
56 name = kwargs[
"OutputTopoCollection"]+
'Copier'