]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changing the pattern from tag to tag.root when chaining locally stored tags (protecti...
authorpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Aug 2006 07:22:01 +0000 (07:22 +0000)
committerpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Aug 2006 07:22:01 +0000 (07:22 +0000)
STEER/AliTagAnalysis.cxx

index ff9eceed4ab502e1034d2dc0a8173d291d7ab3fd..8bceacfbb7a4cec4e56b50d9e0a68549a2f9b0bb 100644 (file)
@@ -65,7 +65,7 @@ void AliTagAnalysis::ChainLocalTags(const char *dirname) {
   TChain *fgChain = new TChain("T");
   fChain = fgChain;
   
-  const char * tagPattern = "tag";
+  const char * tagPattern = "tag.root";
   // Open the working directory
   void * dirp = gSystem->OpenDirectory(fTagDirName);
   const char * name = 0x0;